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
createdOnDateCreation date and time of the field in Epoch time format.
createdOnDateTimeStringCreation date and time of the field in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
lastUpdatedByIntegerIdentifier of the user who last updated the status
lastUpdatedOnLongLast updated date and time of the field in Epoch time format.
lastUpdatedOnDateTimeStringLast updated date and time of the field in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
[
    {
        "id": 164,
        "orgId": 100737,
        "name": "DELIVERED",
        "isEnabled": true,
        "createdBy": 75154383,
        "createdOn": 1736405355000,
        "createdOnDateTime": "2025-01-09T06:49:15Z",
        "lastUpdatedBy": 75154383,
        "lastUpdatedOn": 1736405355000,
        "lastUpdatedOnDateTime": "2025-01-09T06:49:15Z"
    },
    {
        "id": 163,
        "orgId": 100737,
        "name": "DELIVERING SOON",
        "isEnabled": true,
        "createdBy": 75154383,
        "createdOn": 1736405355000,
        "createdOnDateTime": "2025-01-09T06:49:15Z",
        "lastUpdatedBy": 75154383,
        "lastUpdatedOn": 1736405355000,
        "lastUpdatedOnDateTime": "2025-01-09T06:49:15Z"
    },
    {
        "id": 252,
        "orgId": 100737,
        "name": "it is here",
        "isEnabled": true,
        "createdBy": 75155282,
        "createdOn": 1741934183000,
        "createdOnDateTime": "2025-03-14T06:36:23Z",
        "lastUpdatedBy": 75155282,
        "lastUpdatedOn": 1741934183000,
        "lastUpdatedOnDateTime": "2025-03-14T06:36:23Z"
    },
    {
        "id": 253,
        "orgId": 100737,
        "name": "it is here now",
        "isEnabled": true,
        "createdBy": 75155282,
        "createdOn": 1741934783000,
        "createdOnDateTime": "2025-03-14T06:46:23Z",
        "lastUpdatedBy": 75155282,
        "lastUpdatedOn": 1741934783000,
        "lastUpdatedOnDateTime": "2025-03-14T06:46:23Z"
    },
    {
        "id": 162,
        "orgId": 100737,
        "name": "ON ITS WAY",
        "isEnabled": true,
        "createdBy": 75154383,
        "createdOn": 1736405355000,
        "createdOnDateTime": "2025-01-09T06:49:15Z",
        "lastUpdatedBy": 75154383,
        "lastUpdatedOn": 1736405355000,
        "lastUpdatedOnDateTime": "2025-01-09T06:49:15Z"
    }
]
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!