REST API - getOfferSet

The table summarizes the REST API - getOfferSet.

Request

Format
GET <baseurl>/workitem/getofferset/<id>/<version>
Path parameters
  • id: Unique ID of the work item.
  • version: Version of the work item. If not set, the latest version will be used.

Response

JSON Returns a JSON representation of the content of the getOfferSetResponse element.
XML Returns the content of the getOfferSetResponse element (from the WorkItemManagementService schema).

Example

Request
GET <baseurl>/workitem/getofferset/11/0
Response
{
    "entityId": {
        "@guid": "_5i1V0CfLEeChutsy_vK9tg",
        "@model-version": "1",
        "@entity-type": "POSITION"
    }
}