Approval Requests

The ApprovalRequest table is a component of the Approval package and is designed to store all the necessary information related to approval requests. This table serves as a centralized hub for tracking and managing approval requests within an organization. It contains fields such as request ID, requester name, reason for request, due date, and status. Additionally, it also includes columns for assigned approver, approved date, and comments for each request. The ApprovalRequest table enables easy communication between requesters and approvers by providing a systematic approach for tracking the request status and gathering all relevant information in one place. This table helps streamline the approval process and improves overall efficiency in decision-making.

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

The ApprovalRequestId is an identity field located within the ApprovalRequest table and is of the data type int. This field serves as a unique identifier for each approval request created within the system. It is automatically generated, incrementing in value with each new approval request, and cannot be modified or duplicated. This field is essential for tracking and managing approval requests, providing a quick and easy way to reference and retrieve specific requests. It also ensures the integrity of the data within the table, as it guarantees the uniqueness of each approval request.

string | null

Miscellaneous notes and information for the entry or record.

int32 | null

The PartiallyApprovedById field in the ApprovalRequest table is used to store the ID of the individual who partially approved a request. This data type is integer, which allows for the storage of numerical values. This field is important for tracking and recording the partial approval of requests, as it allows for easy identification of the approving party. This field is also useful for tracking the progress of requests, as it provides insight into which requests have been partially approved. The PartiallyApprovedById field in the ApprovalRequest table is an essential component in efficiently managing and monitoring the approval process of requests.

date-time | null

The PartiallyApprovedOn field in the ApprovalRequest table is a datetime2 data type that records the date and time at which a request was partially approved. This field is used to track the progress of approval requests and contains a timestamp that indicates when a partial approval was granted. This information can be useful in tracking the status of requests and identifying any potential delays in the approval process. The PartiallyApprovedOn field can also be used for auditing purposes, providing a record of when partial approvals were given. Overall, this field provides important data for managing and analyzing approval requests in an efficient and organized manner.

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!