Details of an Action Field

Retrieves details for the field of a specific action.

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
        }

Parameters

Path ParametersRequired/OptionalDescriptionType
action_idrequiredThe value for the action you want to retrieve.string

Authentication

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