| GET | /document-template/bydocument |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DocumentId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Template | form | DocumentTemplateDto | No | |
| InsertedId | form | int | No | |
| Code | form | int | No | |
| Message | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Elements | form | List<DocumentElementDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Title | form | string | Yes | |
| Description | form | string | No | |
| IsActive | form | bool | No | |
| DocumentIds | form | List<int> | No | |
| Documents | form | List<Document> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| ReasonReturn | form | string | No | |
| AccountId | form | int? | No | |
| DeletedAt | form | DateTime? | No | |
| DeletedBy | form | string | No | |
| UpdatedBy | form | string | No | |
| CreatedAt | form | DateTime? | No | |
| CreatedBy | form | string | No | |
| IsParty | form | bool? | No | |
| IsRevisionRequested | form | bool | No | |
| LastUpdatedAt | form | DateTime? | No | |
| IsPrivate | form | bool? | No | |
| DepartmentId | form | int? | No | |
| PublicationDate | form | DateTime? | No | |
| ProcessStatusId | form | int? | No | |
| FullTextSearchContent | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Title | form | string | Yes | |
| Description | form | string | Yes | |
| Owner | form | string | No | |
| DocumentPolicyId | form | int? | No | |
| UpdateDocumentId | form | int? | No | |
| EffectBeginDate | form | DateTime? | No | |
| EffectEndDate | form | DateTime? | No | |
| IssuingAgencyId | form | int? | No | |
| DocumentTypeId | form | int? | No | |
| DocumentGroupId | form | int? | No | |
| SubjectId | form | int? | No | |
| SignBy | form | string | No | |
| SignDate | form | DateTime? | No | |
| StatusId | form | int? | No | |
| IsInternal | form | bool | No | |
| DocumentNumber | form | string | No | |
| DocumentCode | form | string | No | |
| IsUrgent | form | bool? | No | |
| ScopeType | form | int? | No | |
| IsActive | form | bool? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Children | form | List<DocumentElementDto> | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| TemplateId | form | int | No | |
| ElementKey | form | string | Yes | |
| Tag | form | string | Yes | |
| ParentId | form | int? | No | |
| Title | form | string | Yes | |
| Description | form | string | No | |
| DataType | form | string | Yes | |
| TemplateType | form | string | No | |
| OrderIndex | form | int | No | |
| IsRequired | form | bool? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /document-template/bydocument HTTP/1.1 Host: etc-api.vsmlab.vn Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"template":{"elements":[{"children":[{"children":[{"children":null,"id":0,"templateId":0,"elementKey":"String","tag":"String","parentId":0,"title":"String","description":"String","dataType":"String","templateType":"String","orderIndex":0,"isRequired":false}],"id":0,"templateId":0,"elementKey":"String","tag":"String","parentId":0,"title":"String","description":"String","dataType":"String","templateType":"String","orderIndex":0,"isRequired":false}],"id":0,"templateId":0,"elementKey":"String","tag":"String","parentId":0,"title":"String","description":"String","dataType":"String","templateType":"String","orderIndex":0,"isRequired":false}],"id":0,"title":"String","description":"String","isActive":false,"documentIds":[0],"documents":[{"id":0,"reasonReturn":"String","accountId":0,"deletedAt":"0001-01-01T00:00:00.0000000+07:06","deletedBy":"String","updatedBy":"String","createdAt":"0001-01-01T00:00:00.0000000+07:06","createdBy":"String","isParty":false,"isRevisionRequested":false,"lastUpdatedAt":"0001-01-01T00:00:00.0000000+07:06","isPrivate":false,"departmentId":0,"publicationDate":"0001-01-01T00:00:00.0000000+07:06","processStatusId":0,"fullTextSearchContent":"String","title":"String","description":"String","owner":"String","documentPolicyId":0,"updateDocumentId":0,"effectBeginDate":"0001-01-01T00:00:00.0000000+07:06","effectEndDate":"0001-01-01T00:00:00.0000000+07:06","issuingAgencyId":0,"documentTypeId":0,"documentGroupId":0,"subjectId":0,"signBy":"String","signDate":"0001-01-01T00:00:00.0000000+07:06","statusId":0,"isInternal":false,"documentNumber":"String","documentCode":"String","isUrgent":false,"scopeType":0,"isActive":false}]},"insertedId":0,"code":0,"message":"String"}