Get Customer Status Log

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Parameter

ParameterData TypeDescription
dataArray[Object]List of status objects.
-createdByUserStringUsername of the user who created the status
-reasonStringReason for the status (e.g., "This is the active customer").
-createdByNumberUser ID of the creator.
-actionsArrayList of possible actions
-autoUpdateTimeString (Date)Timestamp of auto-update (format: YYYY-MM-DD).
-createdOnString (ISO)Creation timestamp (format: YYYY-MM-DDTHH:MM:SSZ).
-entityIdNumberUnique ID of the associated entity.
-isActiveBooleanIndicates if the status is active (true/false).
-labelStringDisplay label (e.g., "Active").
-statusStringSystem status value (e.g., "ACTIVE").
{
    "data": [
        {
            "createdByUser": "1736163234_",
            "reason": "This is the active customer",
            "createdBy": 75155291,
            "actions": [],
            "autoUpdateTime": "2025-01-30",
            "createdOn": "2025-01-30T09:17:06Z",
            "entityId": 564590100,
            "isActive": true,
            "label": "Active",
            "status": "ACTIVE"
        }
    ],
    "warnings": [],
    "errors": []
}

API specific error code

Error CodeDescriptionReason
400Bad RequestInvalid input parameters (malformed body/query)
401UnauthorizedMissing or invalid authentication token
404Not FoundIncorrect URL or endpoint
500Internal Server ErrorUnexpected server failure (contact support)
8015Customer not found for the given identifiersInvalid customer identifier
Path Params
int64
required
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json