Get Work Data Endpoint
This endpoint is called to get the data for a specific work item. Only one variable is required, this being the ‘work_id’. The bearer token is also required in authorization.
Request:
GET https://api.idiana.io/api/v3/work/{work_id}?format=standardHeaders:
accept: "*/*"
authorization: bearer {bearer}Example
Request:
curl -X 'GET' \
'https://api.idiana.io/api/v3/work/13aa2264-74ae-43d9-b78f-0e012dcb3c9e?format=standard' \
-H 'accept: "*/*"Response: