Methods
Static getAddOrUpdateListItemEndpoint
- getAddOrUpdateListItemEndpoint(listId): string
Returns string
- The add or update list item endpoint.
Static getAddOrUpdateRecordEndpoint
- getAddOrUpdateRecordEndpoint(): string
Returns string
- The add or update record endpoint.
Static getAppByIdEndpoint
- getAppByIdEndpoint(id): string
Returns string
Static getAppsByIdsEndpoint
- getAppsByIdsEndpoint(): string
Returns string
- The apps by ids endpoint.
Static getAppsEndpoint
- getAppsEndpoint(): string
Returns string
Static getDeleteFileByIdEndpoint
- getDeleteFileByIdEndpoint(recordId, fieldId, fileId): string
Parameters
- recordId: number
- fieldId: number
- fileId: number
Returns string
- The delete file by id endpoint.
Static getDeleteListItemEndpoint
- getDeleteListItemEndpoint(listId, itemId): string
Parameters
- listId: number
- itemId: string
Returns string
- The delete list item endpoint.
Static getDeleteRecordByIdEndpoint
- getDeleteRecordByIdEndpoint(appId, recordId): string
Parameters
- appId: number
- recordId: number
Returns string
- The delete record by id endpoint.
Static getDeleteRecordsByIdsEndpoint
- getDeleteRecordsByIdsEndpoint(): string
Returns string
- The delete records by ids endpoint.
Static getFieldByIdEndpoint
- getFieldByIdEndpoint(id): string
Returns string
- The field by id endpoint.
Static getFieldsByAppIdEndpoint
- getFieldsByAppIdEndpoint(id): string
Returns string
- The fields by app id endpoint.
Static getFieldsByIdsEndpoint
- getFieldsByIdsEndpoint(): string
Returns string
- The fields by ids endpoint.
Static getFileByIdEndpoint
- getFileByIdEndpoint(recordId, fieldId, fileId): string
Parameters
- recordId: number
- fieldId: number
- fileId: number
Returns string
Static getFileInfoByIdEndpoint
- getFileInfoByIdEndpoint(recordId, fieldId, fileId): string
Parameters
- recordId: number
- fieldId: number
- fileId: number
Returns string
- The file info by id endpoint.
Static getPingEndpoint
- getPingEndpoint(): string
Returns string
Static getQueryRecordsEndpoint
- getQueryRecordsEndpoint(): string
Returns string
- The query records endpoint.
Static getRecordByIdEndpoint
- getRecordByIdEndpoint(appId, recordId): string
Parameters
- appId: number
- recordId: number
Returns string
- The get record by id endpoint.
Static getRecordsByAppIdEndpoint
- getRecordsByAppIdEndpoint(appId): string
Returns string
- The get records by app id endpoint.
Static getRecordsByIdsEndpoint
- getRecordsByIdsEndpoint(): string
Returns string
- The get records by ids endpoint.
Static getReportByIdEndpoint
- getReportByIdEndpoint(reportId): string
Returns string
- The get report by id endpoint.
Static getReportsByAppIdEndpoint
- getReportsByAppIdEndpoint(appId): string
Returns string
- The get reports by app id endpoint.
Static getSaveFileEndpoint
- getSaveFileEndpoint(): string
Returns string
EndpointFactory - A factory class for creating endpoints.