RateRulesPolicyItemResponse
HTTP status code of the response for reference purposes.
200200results object
A rate rules policy.
The internal ID of the resource or object. This is a 32-character hexadecimal string (UUID without hyphens).
In general, the id field is the primary key of the object and cannot
be changed or updated.
64BBA147B9AC41D9978062300826C89FThe URI associated with this resource. This is usually a relative URL that can be used to access the resource. Typically it incorporates the Unique ID of the resource.
/api/v1/objects/64BBA147B9AC41D9978062300826C89FThe name of the internal database table associated with this resource.
usersThe user-visible label of the database table associated with this object.
codes_pay_typesThe internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89FThe timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89FThe timestamp when the object was most recently modified, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The internal Domain ID of the resource or object. In general, this field is deprecated and not in use and can be ignored.
install_root_domAlways set to RateFlow for a Policy.
Possible values: [RateFlow]
RateFlowAlways set to 0.0 for a Policy.
0The description of the policy.
This is a rate rules policy.Always null for a Policy.
nullAlways null for a Policy.
nullThe unique internal ID of the policy. Same as the id field.
Unlike most other object types, the ID will be composed
of the install_root_dom constant plus the `pname`` field.
install_root_domTestPolicyThe name of the policy.
Billing PolicyInternal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Always set to 0.0 for a Policy.
0Always set to RuleSet for a Policy.
Possible values: [RuleSet]
RuleSetAlways set to JxRule for a Policy.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Internal field.
Indicates whether the request was successful (normally true if it's not an error response)
trueURL of the current request / resource, for reference purposes.
https://example.apps.journyx.com/api/v1/users{
"response_code": 200,
"results": {
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types",
"creator": "64BBA147B9AC41D9978062300826C89F",
"create_timestamp": 1696021987.01375,
"modifier": "64BBA147B9AC41D9978062300826C89F",
"modify_timestamp": 1696021987.01375,
"id_domain": "install_root_dom",
"context_class": "RateFlow",
"descendants": 0,
"description": "This is a rate rules policy.",
"footer": null,
"header": null,
"id_rule": "install_root_domTestPolicy",
"pname": "Billing Policy",
"python_1": "string",
"python_2": "string",
"python_3": "string",
"python_4": "string",
"python_5": "string",
"python_6": "string",
"python_7": "string",
"python_8": "string",
"python_9": "string",
"python_10": "string",
"rejected": 0,
"subtype": "RuleSet",
"type": "string",
"xml_1": "string",
"xml_2": "string",
"xml_3": "string",
"xml_4": "string",
"xml_5": "string",
"xml_6": "string",
"xml_7": "string",
"xml_8": "string",
"xml_9": "string",
"xml_10": "string",
"xml_11": "string",
"xml_12": "string",
"xml_13": "string",
"xml_14": "string",
"xml_15": "string"
},
"success": true,
"uri": "https://example.apps.journyx.com/api/v1/users"
}