Parameters
name type required description
instance_sid string yes The unique identifier for the instance
detail bool no Set value to true for full instance detail
Example
Resource/instances/9a0ca50d-e5e3-4544-9b92-979cf278cf1c?detail=falseTry It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Response
{
  "sid": "14efaa2a-781d-4f6d-87a4-1be8a03cd04d",
  "deleted_date": null,
  "id": 1864,
  "name": "Capital Expenditure Request (CER)",
  "process_id": 345,
  "process_sid": "a2acae5b-0934-4ff9-8259-ba9da5facb8a",
  "process_name": "Capital Expenditure Request (CER)",
  "publish_status": "Development",
  "last_milestone": "CER Approved",
  "last_milestone_date": "2013-06-27T15:44:53.627Z",
  "state": "Started",
  "requester_sid": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
  "start_date": "2013-06-21T18:15:24.580Z",
  "end_date": null,
  "created_date": "2013-06-21T18:15:24.580Z",
  "created_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
  "modified_date": "2013-06-27T15:44:53.627Z",
  "modified_by": "4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cf",
  "deleted_by": null
}