Get Fields

Get the properties of templates' fields by providing an existing activity ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Activity ID

The response payload would contain details about templates' fields.

Those templates would correspond to the activity given the existing activity ID.

Query Params
int32
Defaults to 0

Number of objects —each corresponding to a specific field— that the Zenput server should skip before selecting those that the data array in the response payload should contain

At the moment of selection, objects would be ordered ascendingly by the date on which each corresponding field was added to any template corresponding to the activity given the existing activity ID.

Given that fact, and if the value of start were 0, the first object of the data array in the response payload would correspond to the field that was added first to any template corresponding to the activity.

Note: The default value of start is 0.

int32
Defaults to 10

Number of objects —each corresponding to a specific field— that the data array in the response payload should contain

Note: The default value of limit is 10.

boolean

Filter that the Zenput server should apply when selecting the objects —each corresponding to a specific field— that the data array in the response payload should contain.

If the value in the request body were true, then the Zenput server would only select templates' active fields.

Otherwise, if the value in the request body were false, then the Zenput server would only select templates' inactive fields.

Note: If the request body were not to contain a value for is_active, then both active and inactive fields would be included in the data array in the response payload.

boolean
Defaults to false

Exclusion of the data array from the response payload.

Note: The default value of meta_only is false.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json