List custom field keys
POST {{baseUrl}}/customFields/listKeys?next_page=<string>
List all active custom field keys, optionally filtered by entity type.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
next_page | string | Cursor that indicates where the next page of results should start. |
Request Body
{"entities"=>["customer", "commit"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"entity":"plan","key":"\u003cstring\u003e","enforce_uniqueness":"\u003cboolean\u003e"},{"entity":"customer","key":"\u003cstring\u003e","enforce_uniqueness":"\u003cboolean\u003e"}],"next_page":"\u003cstring\u003e"}