Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
1 <= x <= 100
Which page of results to return. The lowest value is 1
.
1 <= x <= 100
This is a property that controls the sorting direction of the results. Sort the results using one of the filtering options, where the dash -
preceding a sorting option means sorting in a descending order.
created_at
, -created_at
, updated_at
, -updated_at
, name
, -name
Timestamp representing the date and time which results must start on. Represented in ISO 8601 format.
"2023-12-22T10:13:06.487Z"
Timestamp representing the date and time which results must end on. Represented in ISO 8601 format.
"2023-12-22T10:13:06.487Z"
Response
Returns a dictionary of validation rules.
Response body schema for GET v1/validation-rules
.
The type of the object represented by JSON. This object stores information about validation rules.
Identifies the name of the attribute that contains the array of validation rules.
An array of validation rules.
Total number of validation rules in the project.