Approval Templates

The ApprovalTemplate table in the Approval package is designed to store customizable templates that can be used for approval processes. This table contains fields such as template name, description, and approval steps, allowing users to easily create and manage templates for various types of approvals. The template name and description fields provide a way to easily identify and distinguish between different templates, while the approval steps field allows for a sequential flow of actions to be defined for the approval process. With this table, users can efficiently set up and implement approval procedures, streamlining the decision-making process for various tasks and projects.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The ApprovalTemplateId is a unique identity field in the table called ApprovalTemplate, and it is of the data type int. This field serves as the primary key for the table, and it is automatically assigned a sequential number by the database system when a new ApprovalTemplate is inserted into the table. This number is used to identify and uniquely distinguish each ApprovalTemplate in the table. The ApprovalTemplateId field plays a crucial role in maintaining the integrity and coherence of the data in the ApprovalTemplate table, as it ensures that each record is uniquely identified and can be easily retrieved for further processing. This field is essential for tracking and organizing approval templates, making it a vital component of the ApprovalTemplate table. It is also utilized as a reference in other related tables and databases, facilitating efficient data management and accurate tracking of approval processes.

string | null

The 'Description' field in the 'ApprovalTemplate' table is a data type of nvarchar with a maximum length of 256 characters. This field is used to provide a brief explanation or summary of the approval template, allowing for easy identification and understanding of its purpose. It can contain a variety of information such as the name, purpose, or requirements of the approval template. This field can be edited and updated as needed to accurately reflect the details of the template.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The EntityId field in the ApprovalTemplate table is a nvarchar data type with a maximum length of 450 characters. This field is used to identify the entity associated with the approval template, such as a department, project, or organization. The EntityId field allows for easy organization and categorization of approval templates, making it easier to manage and track different approval processes within the database. It also provides a unique identifier for each approval template, enabling efficient retrieval and updating of specific templates. This field is essential for maintaining a well-organized and efficient approval process within the database.

string | null

The ApprovalFlowId field in the ApprovalTemplate table is a nvarchar data type with a maximum length of 32 characters. This field is used to store a unique identifier for each approval flow within the template, allowing for easy tracking and management. It serves as a key field in the table, linking each approval flow to its corresponding template. With its flexible data type and length, the ApprovalFlowId field can accommodate various formats and provide a seamless experience for users interacting with the ApprovalTemplate table.

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!