Details of a Specific Action

Retrieves details for a specific action ID.

See Parameters and Authentication below.

Sample Response

{
    "fields": [
        {
            "id": 2385108,
            "name": "Logged By",
            "key": "field_1",
            "type": "UserStampField",
            "is_only_embedded": false,
            "entity_id": null,
            "is_required": false,
            "is_open_field": true
        },
        {
            "id": 2385109,
            "name": "Date Transffered",
            "key": "field_2",
            "type": "DateField",
            "is_only_embedded": false,
            "entity_id": null,
            "is_required": false,
            "is_open_field": true
        },
        {
            "id": 2385110,
            "name": "Notes",
            "key": "field_3",
            "type": "MemoField",
            "is_only_embedded": false,
            "entity_id": null,
            "is_required": false,
            "is_open_field": true
        },
        {
            "id": 2385111,
            "name": "Did you attach the BOL/Rate Con Picture",
            "key": "field_4",
            "type": "ListField",
            "is_only_embedded": false,
            "entity_id": null,
            "is_required": true,
            "is_open_field": true
        }

Parameters

Path ParametersRequired/OptionalDescriptionType
action_idrequiredThe value for the action details you want to retrieve.string
Query ParametersRequired/OptionalDescriptionType
includerequiredFields you wish to be included within the response of the action details.string

Authentication

KeyDescription
AuthorizationYour Bearer token.
Language
Click Try It! to start a request and see the response here!