Get fulfillment status

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 MethodGET
PaginationNo
Batch supportNo
Rate limit informationNone

API endpoint example

https://eucrm.cc.capillarytech.com/api_gateway/rewards/core/v1/fulfillmentStatus

Response parameters

ParameterData TypeDescription
orgIdIntegerID of the org.
nameStringName of the status
isEnabledBooleanIndicates if the status is enabled
createdByIntegerIdentifier of the user who created the status
createdOnLongTimestamp of when the status was created
lastUpdatedByIntegerIdentifier of the user who last updated the status
lastUpdatedOnLongTimestamp 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
    }
]
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!