CommonFields
These are fields that are common to most object types.
idstring
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.
Example:
64BBA147B9AC41D9978062300826C89Furistring<uri-reference>
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.
Example:
/api/v1/objects/64BBA147B9AC41D9978062300826C89Ftablenamestring
The name of the internal database table associated with this resource.
Example:
userstable_labelstring
The user-visible label of the database table associated with this object.
Example:
codes_pay_typesCommonFields
{
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types"
}