GET {version}/GetCallSheetTemplateDetails?id={id}
Get Call Sheet Template Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Get Call Sheet Template Details
CallSheetTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | globally unique identifier |
None. |
|
| TempId | globally unique identifier |
None. |
|
| TemplateName | string |
None. |
|
| OutputFormat | string |
None. |
|
| LastModifiedBy | string |
None. |
|
| LastModifiedOn | string |
None. |
|
| Sections | Collection of TemplateSection |
None. |
|
| HeaderImage | File |
None. |
Response Formats
application/json, text/json
Sample:
{
"TemplateId": "95dac21c-f4f2-4b9c-9585-0c9e313d4d4f",
"TempId": "5c726faf-0718-4846-8840-ed8946e11ccc",
"TemplateName": "sample string 3",
"OutputFormat": "sample string 4",
"LastModifiedBy": "sample string 5",
"LastModifiedOn": "sample string 6",
"Sections": [
{
"Id": "14c2f6e4-25c9-4d93-819b-fae58adfc230",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "acc8c92b-7e30-4e38-a93f-02617810b263",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "acc8c92b-7e30-4e38-a93f-02617810b263",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
},
{
"Id": "14c2f6e4-25c9-4d93-819b-fae58adfc230",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "acc8c92b-7e30-4e38-a93f-02617810b263",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "acc8c92b-7e30-4e38-a93f-02617810b263",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
}
],
"HeaderImage": {
"Id": "dcde15a4-19cc-4607-8db0-ef4afd2ec671",
"Name": "sample string 2",
"DatabaseId": "6cc2f8a7-8aaf-4299-8194-48a7457aa02d",
"FileCMURL": "FileManager/FileHandler.ashx?Id=dcde15a4-19cc-4607-8db0-ef4afd2ec671&DbId=6cc2f8a7-8aaf-4299-8194-48a7457aa02d",
"FileURL": "sample string 4",
"FileData": "sample string 5",
"Createdon": "sample string 6",
"FileContent": "QEA=",
"Deleted": true,
"MimeType": "sample string 8",
"FolderId": "6f8d5b24-4d28-494a-9740-ab1b8045255c"
}
}
application/xml, text/xml
Sample:
<CallSheetTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<HeaderImage>
<Createdon>sample string 6</Createdon>
<DatabaseId>6cc2f8a7-8aaf-4299-8194-48a7457aa02d</DatabaseId>
<Deleted>true</Deleted>
<FileContent>QEA=</FileContent>
<FileData>sample string 5</FileData>
<FileURL>sample string 4</FileURL>
<FolderId>6f8d5b24-4d28-494a-9740-ab1b8045255c</FolderId>
<Id>dcde15a4-19cc-4607-8db0-ef4afd2ec671</Id>
<MimeType>sample string 8</MimeType>
<Name>sample string 2</Name>
</HeaderImage>
<LastModifiedBy>sample string 5</LastModifiedBy>
<LastModifiedOn>sample string 6</LastModifiedOn>
<OutputFormat>sample string 4</OutputFormat>
<Sections>
<TemplateSection>
<Id>14c2f6e4-25c9-4d93-819b-fae58adfc230</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>acc8c92b-7e30-4e38-a93f-02617810b263</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>acc8c92b-7e30-4e38-a93f-02617810b263</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
<TemplateSection>
<Id>14c2f6e4-25c9-4d93-819b-fae58adfc230</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>acc8c92b-7e30-4e38-a93f-02617810b263</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>acc8c92b-7e30-4e38-a93f-02617810b263</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
</Sections>
<TempId>5c726faf-0718-4846-8840-ed8946e11ccc</TempId>
<TemplateId>95dac21c-f4f2-4b9c-9585-0c9e313d4d4f</TemplateId>
<TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>