result.data | object | Yes | — | Successful response schema returned for GET record or GET records API operations. |
result.data.data | array | No | — | List of records retrieved from the module. Maximum items: 100. |
result.data.data[].id | string | Yes | — | Unique identifier of the record. Format: int64. |
result.data.data[].Owner | object | No | — | Details of the user who owns the record. |
result.data.data[].Owner.name | string | No | — | Name of the record owner. Maximum length: 100. |
result.data.data[].Owner.id | string | No | — | Unique identifier of the record owner. Format: int64. |
result.data.data[].Owner.email | string | No | — | Email address of the record owner. Maximum length: 256. |
result.data.data[].Created_Time | string | No | — | Timestamp indicating when the record was created. Format: date-time. |
result.data.data[].Modified_Time | string | No | — | Timestamp indicating when the record was last modified. Format: date-time. |
result.data.data[].Created_By | object | No | — | Details of the user who created the record. |
result.data.data[].Created_By.name | string | No | — | Name of the user who created the record. Maximum length: 100. |
result.data.data[].Created_By.id | string | No | — | Unique identifier of the user who created the record. Format: int64. |
result.data.data[].Modified_By | object | No | — | Details of the user who last modified the record. |
result.data.data[].Modified_By.name | string | No | — | Name of the user who last modified the record. Maximum length: 100. |
result.data.data[].Modified_By.id | string | No | — | Unique identifier of the user who last modified the record. Format: int64. |
result.data.info | object | No | — | Pagination and metadata information for the GET records response. |
result.data.info.page | integer | No | — | Current page number. Format: int32. |
result.data.info.call | boolean | No | — | Indicates whether call fields are included in the response. |
result.data.info.per_page | integer | No | — | Number of records returned per page. Format: int32. |
result.data.info.count | integer | No | — | Number of records returned in the current page. Format: int32. |
result.data.info.more_records | boolean | No | — | Indicates whether more records are available for retrieval. |
result.data.info.email | boolean | No | — | Indicates whether email-related fields are included in the response. |
result.data.info.sort_by | string | No | — | Field name used to sort the records. Maximum length: 1024. |
result.data.info.sort_order | "asc" | "desc" | No | — | Sort order applied to the results (ascending or descending). Allowed: asc, desc. |
result.data.info.next_page_token | string | No | — | Token used to fetch the next page of results. Maximum length: 1024. |
result.data.info.previous_page_token | string | No | — | Token used to fetch the previous page of results. Maximum length: 1024. |
result.data.info.page_token_expiry | string | No | — | Timestamp indicating when the page tokens will expire. Format: date-time. Maximum length: 1024. |
result.meta | object | No | — | Additional response metadata (status, paging). |