result.data | object | Yes | — | A JSON object containing the locking information details of locked records. |
result.data.data | array | Yes | — | An array of objects containing the locking information details of locked records. Maximum items: 1. |
result.data.data[].Locked_By__s | object | No | — | An object containing the details of the user who locked the record. |
result.data.data[].Locked_By__s.name | string | Yes | — | The name of the user who locked the record. Maximum length: 255. |
result.data.data[].Locked_By__s.id | string | Yes | — | The ID of the user who locked the record. Maximum length: 255. |
result.data.data[].Locked_By__s.module | string | Yes | — | The module of the user who locked the record. Maximum length: 255. |
result.data.data[].Locked_For__s | object | No | — | An object containing the details of the record that is locked. |
result.data.data[].Locked_For__s.module | object | Yes | — | An object containing the details of the module of the locked record. |
result.data.data[].Locked_For__s.module.api_name | string | Yes | — | The API name of the module of the locked record. Maximum length: 255. |
result.data.data[].Locked_For__s.module.id | string | Yes | — | The ID of the module of the locked record. Maximum length: 255. |
result.data.data[].Locked_For__s.name | string | Yes | — | The name of the locked record. Maximum length: 255. |
result.data.data[].Locked_For__s.id | string | Yes | — | The ID of the locked record. Maximum length: 255. |
result.data.data[].$field_states | string | null | No | — | The field states of the locked record. Can be null when no field state is present. Maximum length: 255. |
result.data.data[].Locked_Reason__s | string | No | — | The reason for locking the record. Maximum length: 3000. |
result.data.data[].$editable | boolean | No | — | Indicates whether the locked record is editable. |
result.data.data[].$sharing_permission | string | No | — | The sharing permission of the locked record. Maximum length: 10000. |
result.data.data[].Lock_Source__s | "Manual" | "Both" | "Automatic" | No | — | The source of the lock. Allowed: Manual, Both, Automatic. Maximum length: 255. |
result.data.data[].Locked_Time__s | string | No | — | The time when the record was locked. Format: date-time. |
result.data.data[].Record_Locking_Configuration_Id__s | string | No | — | The ID of the record locking configuration. Maximum length: 255. |
result.data.data[].Record_Locking_Rule_Id__s | string | null | No | — | The ID of the record locking rule. Maximum length: 255. |
result.data.data[].id | string | Yes | — | The ID of the locking information record. Maximum length: 255. |
result.data.data[].Feature_Type__s | string | No | — | The feature type of the locking information. Maximum length: 255. |
result.data.data[].$zia_visions | string | null | No | — | Zia Visions related information. Can be null when not present. Maximum length: 255. |
result.data.info | object | Yes | — | An object containing the pagination details. |
result.data.info.per_page | integer | Yes | — | The number of records per page. Format: int32. |
result.data.info.count | integer | Yes | — | The total number of records. Format: int32. |
result.data.info.page | integer | Yes | — | The current page number. Format: int32. |
result.data.info.more_records | boolean | Yes | — | Indicates if there are more records available. |
result.meta | object | No | — | Additional response metadata (status, paging). |