get https://{host}/api_gateway/rewards/core/v1/fulfillmentStatus
This API allows you to retrieve the predefined values for fulfillment statuses.
Note
For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .
Prerequisites
- Basic or OAuth Authentication
- Default access group
Resource information
URI | /api_gateway/rewards/core/v1/fulfillmentStatus |
HTTP Method | GET |
Pagination | No |
Batch support | No |
Rate limit information | None |
API endpoint example
https://eucrm.cc.capillarytech.com/api_gateway/rewards/core/v1/fulfillmentStatus
Response parameters
Parameter | Data Type | Description |
---|---|---|
orgId | Integer | ID of the org. |
name | String | Name of the status |
isEnabled | Boolean | Indicates if the status is enabled |
createdBy | Integer | Identifier of the user who created the status |
createdOn | Long | Timestamp of when the status was created |
lastUpdatedBy | Integer | Identifier of the user who last updated the status |
lastUpdatedOn | Long | Timestamp of when the status was last updated |
[
{
"id": 3,
"orgId": 100458,
"name": "Order confirmed",
"isEnabled": true,
"createdBy": 75078478,
"createdOn": 1717917016000,
"lastUpdatedBy": 75078478,
"lastUpdatedOn": 1717917016000
},
{
"id": 4,
"orgId": 100458,
"name": "On the way",
"isEnabled": true,
"createdBy": 75078478,
"createdOn": 1717917016000,
"lastUpdatedBy": 75078478,
"lastUpdatedOn": 1717917016000
},
{
"id": 5,
"orgId": 100458,
"name": "Delivered",
"isEnabled": true,
"createdBy": 75078478,
"createdOn": 1717917016000,
"lastUpdatedBy": 75078478,
"lastUpdatedOn": 1717917016000
},
{
"id": 9,
"orgId": 100458,
"name": "Voucher issued",
"isEnabled": true,
"createdBy": 75078478,
"createdOn": 1717925464000,
"lastUpdatedBy": 75078478,
"lastUpdatedOn": 1717925464000
},
{
"id": 11,
"orgId": 100458,
"name": "ON THE WAY_1",
"isEnabled": true,
"createdBy": 75130850,
"createdOn": 1721647811000,
"lastUpdatedBy": 75130850,
"lastUpdatedOn": 1721647811000
},
{
"id": 12,
"orgId": 100458,
"name": "ON ITS WAY",
"isEnabled": true,
"createdBy": 75130850,
"createdOn": 1721647978000,
"lastUpdatedBy": 75130850,
"lastUpdatedOn": 1721647978000
},
{
"id": 13,
"orgId": 100458,
"name": "DELIVERING SOON",
"isEnabled": true,
"createdBy": 75130850,
"createdOn": 1721647978000,
"lastUpdatedBy": 75130850,
"lastUpdatedOn": 1721647978000
}
]