ConceptShareGetStatusListRequest
GET {{base_url}}/ConceptShareGetStatusListRequest?ReferenceId={{integer}}&ReferenceType={{integer}}&StatusType={{integer}}
Retrieves a list of the ConceptShare status by status type.
API
ConceptShare API
Requires Authentication
Yes
Returns
List [ConceptShareStatusListItemVisualization]
Batch?
No
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ReferenceId | string | Required. | |
(int32) | |||
The identifier of the associated reference. | |||
ReferenceType | string | Required. | |
(int32) | |||
The type of the associated reference. | |||
StatusType | string | Required. | |
(int32) | |||
The type of the associated concept share status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
[{"Code":"IN_PROGRESS","Color":"EEC038","Id":42,"Name":"In Progress","ReferenceType":"Review","SystemStatus":true},{"Code":"NOT_STARTED","Color":"FFFFFF","Id":43,"Name":"Not Started","ReferenceType":"Review","SystemStatus":true}]