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

KeyDatatypeRequiredDescription
ReferenceIdstringRequired.
(int32)
The identifier of the associated reference.
ReferenceTypestringRequired.
(int32)
The type of the associated reference.
StatusTypestringRequired.
(int32)
The type of the associated concept share status.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
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}]