Any notes
Query parameters
Description of what this query parameter does.
Example
Example
Description for parameter B.
Description for parameter C. Maximum is 1000.
Description for parameter D. Prefix with
- for descending order.Options
Options
option_1/-option_1: Option 1option_2/-option_2: Option 2option_3/-option_3: Option 3option_4/-option_4: Option 4
Path parameters
The unique identifier of the resource to retrieve.
Request body
Section A
Description of field 1. Structure depends on
field_3:- Type A: JSON string format
- Type B: Text string or array format
- Type C/D: Any JSON-serializable structure
Example for Type A
Example for Type A
Example for Type B
Example for Type B
Description of field 2. Structure depends on
field_3.Example for Type A
Example for Type A
Description of field 3. Determines how
field_1 and field_2 are parsed.Supported types:"type_a"- Type A records (default)"type_b"- Type B records"type_c"or"type_d"- Type C/D records"type_e"or"type_f"- Type E/F records"type_g"- Type G records"type_h"- Custom type
Default behavior
Default behavior
If not specified, defaults to
"type_a". For complete specifications of each type, see documentation.Description of field 4. Optional but recommended for certain types.
Example
Example
Section B
Description of field 6. If not provided, will be calculated automatically.
Description of field 7 in seconds.
Previously called
field_7_old. Both field names are supported for backward compatibility.Description of field 8 in seconds. Useful for performance tracking.
Section C
Description of field 9 for analytics and filtering.
Example
Example
Description of field 10. Helps with tracking.
Example
Example
Description of field 11. Useful for grouping related records.
Same functionality as
field_9, but indexed for faster querying.Example
Example
Section D
Description of field 13. Used to link multiple records together.
Description of field 14.
Description of field 15 within the group.
Body parameters
The filters to be applied to the records.
If you want to filter your custom properties, add
field_9__ prefix. For example, to filter my_property, use field_9__my_property.Example
Example
Comparison operator for filtering. Default is
"" (equal).Supported operators
Supported operators
""(empty string): Equal"lt": Less than"lte": Less than or equal"gt": Greater than"gte": Greater than or equal"contains": Contains substring"icontains": Case-insensitive contains"startswith": Starts with"endswith": Ends with"in": Value in array"not": Not equal"isnull": Check if field is null
Advanced parameters
Feature 1
Description of field 17. Can be
"none", "auto", or an object specifying a specific item.Example
Example
Feature 2
Description of field 18 for the request. Default is 200.
Supported values
Supported values
All valid HTTP codes are supported:
200, 201, 400, 401, 403, 404, 429, 500, 502, 503, 504, etc.Description of field 19 if the request failed. Default is empty string.
Description of field 20 that occurred during the request.
Feature 3
Description of field 21 behavior.
Properties
Properties
If
false, the server immediately returns initialization status without waiting for completion.Example
Example
Response fields
Each record in the response includes:Group A (All Record Types)
field_1(string): Description of field 1 datafield_2(string): Description of field 2 datafield_3(string): Type of record ("type_a","type_b","type_c", etc.)
Compatibility notes
Forfield_3="type_a", "type_b", "type_c", or "type_d":field_22(array): Data array (extracted fromfield_1)field_23(object): Data object (extracted fromfield_2)
field_3. See documentation for details.Group B
id(string): Unique identifier for the recordorg_id(string): Organization’s unique IDfield_10(string): Field 10 identifierfield_11(string): Field 11 identifier
Group C
field_6(float): Field 6 value in decimalfield_7(float): Field 7 value in secondssub_field_a(integer): Sub field A unitssub_field_b(integer): Sub field B unitssub_field_total(integer): Total unitsfield_8(float): Field 8 value in secondsrate(float): Rate calculation
Group D
status(string): Record status ("success","error")field_18(integer): HTTP codefield_19(string): Error text if failed