For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
    • GETGet Timestamp
    • GETO IDC User Info
      • GETCorporate Applicant Dependents
      • GETCorporate Applicant Item
      • GETCorporate Applicant Items
      • GETCorporate Applicant L Dependents
      • GETCustomer Application Check State Dependents
      • GETCustomer Application Check State Item
      • GETCustomer Application Check State Items
      • GETCustomer Application Check State L Dependents
      • GETCustomer Application Signing State Dependents
      • GETCustomer Application Signing State Item
      • GETCustomer Application Signing State Items
      • GETCustomer Application Signing State L Dependents
      • POSTDownload Sub Account Request Preview
      • POSTDownload User Document Preview
      • POSTGet Agreement Document
      • POSTGet Current Annual Review Info
      • POSTGet Localized Agreement Document
      • POSTGet User Signed Document
      • GETIndividual Applicant Dependents
      • GETIndividual Applicant Item
      • GETIndividual Applicant Items
      • GETIndividual Applicant L Dependents
      • GETJoint Applicant Dependents
      • GETJoint Applicant Item
      • GETJoint Applicant Items
      • GETJoint Applicant L Dependents
      • GETSub Account Check State Dependents
      • GETSub Account Check State Item
      • GETSub Account Check State Items
      • GETSub Account Check State L Dependents
      • POSTSubmit Annual Review
      • POSTUpdate Contact Info
      • POSTUpdate Contact Info Name
Support Center
LogoLogo
REST API EndpointsPersonal Info

Customer Application Signing State Item

GET
https://demo-d.tradovateapi.com/v1/customerApplicationSigningState/item
GET
/v1/customerApplicationSigningState/item
1const url = 'https://demo-d.tradovateapi.com/v1/customerApplicationSigningState/item?id=1';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1{
2 "id": 1,
3 "primarySignedTimestamp": "2024-01-15T09:30:00Z",
4 "primarySignId": 1,
5 "jointNotificationDate": "2024-01-15T09:30:00Z",
6 "jointSignedTimestamp": "2024-01-15T09:30:00Z",
7 "jointSignId": 1,
8 "personalGuarantorNotificationDate": "2024-01-15T09:30:00Z",
9 "personalGuarantorSignedTimestamp": "2024-01-15T09:30:00Z",
10 "personalGuarantorSignId": 1,
11 "initialReviewDate": "2024-01-15T09:30:00Z",
12 "initialReviewSubmitterId": 1,
13 "complianceReviewDate": "2024-01-15T09:30:00Z",
14 "complianceReviewSubmitterId": 1,
15 "escalatedToAMLDate": "2024-01-15T09:30:00Z",
16 "escalatedToAMLSubmitterId": 1,
17 "inAMLReviewDate": "2024-01-15T09:30:00Z",
18 "inAMLReviewSubmitterId": 1,
19 "approverId": 1,
20 "approvalDate": "2024-01-15T09:30:00Z"
21}

Fetches CustomerApplicationSigningState entity by id field

Was this page helpful?
Previous

Customer Application Signing State Items

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idlongRequired

Response

CustomerApplicationSigningState
idlong
primarySignedTimestampdatetime
primarySignIdlong
jointNotificationDatedatetime
jointSignedTimestampdatetime
jointSignIdlong
personalGuarantorNotificationDatedatetime
personalGuarantorSignedTimestampdatetime
personalGuarantorSignIdlong
initialReviewDatedatetime
initialReviewSubmitterIdlong
complianceReviewDatedatetime
complianceReviewSubmitterIdlong
escalatedToAMLDatedatetime
escalatedToAMLSubmitterIdlong
inAMLReviewDatedatetime
inAMLReviewSubmitterIdlong
approverIdlong
approvalDatedatetime