GET api/Projects/{projectId}/Blocks/Query

Get all Blocks

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

BlockFilter
NameDescriptionTypeAdditional information
FreezePointId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "freezePointId": 1
}

text/html

Sample:
{"freezePointId":1}

application/xml, text/xml

Sample:
<BlockFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProjectAgg">
  <FreezePointId>1</FreezePointId>
</BlockFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfEnumDtoOfString
NameDescriptionTypeAdditional information
Data

Collection of EnumDtoOfString

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.