Client Integration Status Intervals

The ClientIntegrationStatusInterval table is a component of the Consent package that stores information about the integration status of clients. This table contains a record for each client with details on their integration progress, including the start and end times of the integration process and any errors encountered. This information is crucial for tracking and monitoring the success of client integrations and ensuring that all clients are fully integrated. With this table, users can easily identify any problematic integrations and take necessary action to resolve them. Additionally, the ClientIntegrationStatusInterval table allows for data analysis and reporting, providing insights on the overall integration performance of the consent system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 32

The ClientIntegrationStatusIntervalId field is the primary key of the ClientIntegrationStatusInterval table. It is of data type nvarchar and has a maximum length of 32 characters. This field serves as a unique identifier for each record in the table, allowing for efficient retrieval and management of data. It is used to establish a relationship with other tables and is crucial in maintaining data integrity. As the primary key, it guarantees the uniqueness and non-null value of each record, making it a fundamental component of the ClientIntegrationStatusInterval table.

string | null

The field 'Description' in the table 'ClientIntegrationStatusInterval' is of data type nvarchar with a maximum length of 256 characters. This field is used to provide a brief description or clarification of the integration status for a particular client. It allows for a clear and concise explanation of the current status of the integration process. The nvarchar data type allows for storage of both alphanumeric and special characters, making it suitable for a wide range of potential descriptions. With a maximum length of 256 characters, this field allows for a comprehensive description while also ensuring efficient use of storage space. It is a crucial piece of information that can provide valuable insights into the integration process for a client.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The SucceedsFromCategoryId field in the ClientIntegrationStatusInterval table is a string variable with a maximum length of 32 characters. This field stores the unique identifier of the category that the current status interval succeeds from. It is used to track the progression of client integration status intervals and determine their hierarchy within the system. By referencing the category ID, this field allows for efficient retrieval and sorting of intervals in the table.

int32

The ViewSequence field in the ClientIntegrationStatusInterval table is of data type int and is used to track the sequence of views displayed to clients during integration processes. This field allows for the easy organization and tracking of the viewing order for clients, providing important insights into the integration status timeline. The ViewSequence value can also be used to determine any potential bottlenecks or delays in the integration process and aid in streamlining the overall process. It serves as a crucial metric for monitoring and improving the client integration experience.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!