API DocumentationManufacturer activity controller

Get activities by thread ID

GET
/api/manufacturer/v1/activity/thread/{threadId}

Retrieves all activities associated with the specified thread

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

threadId*integer

Thread ID to retrieve activities for

Query Parameters

excludeArchivedAndVoided?boolean

Exclude activities from archived or voided orders

Response Body

application/json

curl -X GET "https://example.com/api/manufacturer/v1/activity/thread/123"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "threadId": 0,    "activityType": "string",    "createdAt": "2019-08-24T14:15:22Z"  }]
Empty
Empty
Empty

Last updated on