v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
custom-fields

Get all Custom Fields

This method allows to retrieve and filter custom fields.

get/custom_field

Query parameters

entity'case' | 'run' | 'defect'
type'string' | 'text' | 'number' | 'checkbox' | 'selectbox' | 'radio' | 'multiselect' | 'url' | 'user' | 'datetime'
limitinteger

A number of entities in result set.

offsetinteger

How many entities should be skipped.

Response

Custom Field list.

statusboolean

Example response

{
  "result": {
    "entities": [
      {
        "created": "2021-12-30 19:23:59",
        "updated": "2021-12-30 19:23:59",
        "created_at": "2021-12-30T19:23:59+00:00",
        "updated_at": "2021-12-30T19:23:59+00:00"
      }
    ]
  }
}