custom-fields

Get custom field value details

Get details about an existing custom field value.

get/v3/spend/custom-fields/{customFieldId}/values/{customFieldValueId}

Path parameters

customFieldIdstring required

BILL-generated ID or UUID of the custom field

Example:{{se_custom_field_uuid}}
customFieldValueIdstring required

BILL-generated ID or UUID of the custom field value

Example:{{se_custom_field_value_uuid01}}

Headers

apiTokenstring nullable

Access token for Spend & Expense API authentication

Example:{{api_token}}

Response

Get custom field value details response

idstring

BILL-generated ID of the custom field value

uuidstring

BILL-generated UUID of the custom field value

valuestring

Custom field value

deletedboolean

Set as true if the custom field value is retired

Changes

No recorded changes to this endpoint across all 1 revision of this API.