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 L Dependents

GET
https://demo-d.tradovateapi.com/v1/customerApplicationSigningState/ldeps
GET
/v1/customerApplicationSigningState/ldeps
1const url = 'https://demo-d.tradovateapi.com/v1/customerApplicationSigningState/ldeps?masterids=%5B1%5D';
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 {
3 "id": 1,
4 "primarySignedTimestamp": "2024-01-15T09:30:00Z",
5 "primarySignId": 1,
6 "jointNotificationDate": "2024-01-15T09:30:00Z",
7 "jointSignedTimestamp": "2024-01-15T09:30:00Z",
8 "jointSignId": 1,
9 "personalGuarantorNotificationDate": "2024-01-15T09:30:00Z",
10 "personalGuarantorSignedTimestamp": "2024-01-15T09:30:00Z",
11 "personalGuarantorSignId": 1,
12 "initialReviewDate": "2024-01-15T09:30:00Z",
13 "initialReviewSubmitterId": 1,
14 "complianceReviewDate": "2024-01-15T09:30:00Z",
15 "complianceReviewSubmitterId": 1,
16 "escalatedToAMLDate": "2024-01-15T09:30:00Z",
17 "escalatedToAMLSubmitterId": 1,
18 "inAMLReviewDate": "2024-01-15T09:30:00Z",
19 "inAMLReviewSubmitterId": 1,
20 "approverId": 1,
21 "approvalDate": "2024-01-15T09:30:00Z"
22 }
23]
Fetches all CustomerApplicationSigningState entities associated with multiple CustomerApplication entities
Was this page helpful?
Previous

Download Sub Account Request Preview

Next
Built with

Authentication

AuthorizationBearer

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

Query parameters

masteridslist of longsRequired
List of CustomerApplication entity IDs

Response

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