RateRulesPolicyItemResponse
HTTP status code of the response for reference purposes.
200
200
results object
A rate rules policy.
The internal ID of the resource or object.
In general, the id
field is the primary key of the object and cannot
be changed or updated.
64BBA147B9AC41D9978062300826C89F
The 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/64BBA147B9AC41D9978062300826C89F
The name of the internal database table associated with this resource.
users
The user-visible label of the database table associated with this object.
codes_pay_types
The internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89F
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375
The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89F
The 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.01375
The internal Domain ID of the resource or object. In general, this field is deprecated and not in use and can be ignored.
install_root_dom
Always set to RateFlow
for a Policy.
Possible values: [RateFlow
]
RateFlow
Always set to 0.0 for a Policy.
0
The description of the policy.
This is a rate rules policy.
Always null for a Policy.
null
Always null for a Policy.
null
The 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_domTestPolicy
The name of the policy.
Billing Policy
Internal 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.
0
Always set to RuleSet
for a Policy.
Possible values: [RuleSet
]
RuleSet
Always 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)
true
URL 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"
}