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": "8eb75499-4910-479c-b9db-27a2d3955e8d",
"TempId": "7fd66d7d-124c-4bdf-8f08-2c77b72c801d",
"TemplateName": "sample string 3",
"OutputFormat": "sample string 4",
"LastModifiedBy": "sample string 5",
"LastModifiedOn": "sample string 6",
"Sections": [
{
"Id": "ebfe72a1-6b3a-40f3-8f39-b15d6589f6b6",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "26474544-c98a-4f63-91e1-beedf44a33ab",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "26474544-c98a-4f63-91e1-beedf44a33ab",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
},
{
"Id": "ebfe72a1-6b3a-40f3-8f39-b15d6589f6b6",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "26474544-c98a-4f63-91e1-beedf44a33ab",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "26474544-c98a-4f63-91e1-beedf44a33ab",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
}
],
"HeaderImage": {
"Id": "64edd4b3-8ac3-43b3-bdca-2feb7d35db3b",
"Name": "sample string 2",
"DatabaseId": "8fd34d5c-4392-469f-951d-a99dc10c88f3",
"FileCMURL": "FileManager/FileHandler.ashx?Id=64edd4b3-8ac3-43b3-bdca-2feb7d35db3b&DbId=8fd34d5c-4392-469f-951d-a99dc10c88f3",
"FileURL": "sample string 4",
"FileData": "sample string 5",
"Createdon": "sample string 6",
"FileContent": "QEA=",
"Deleted": true,
"MimeType": "sample string 8",
"FolderId": "810a9504-4df2-486f-92b7-5e8e06c05bdc"
}
}
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>8fd34d5c-4392-469f-951d-a99dc10c88f3</DatabaseId>
<Deleted>true</Deleted>
<FileContent>QEA=</FileContent>
<FileData>sample string 5</FileData>
<FileURL>sample string 4</FileURL>
<FolderId>810a9504-4df2-486f-92b7-5e8e06c05bdc</FolderId>
<Id>64edd4b3-8ac3-43b3-bdca-2feb7d35db3b</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>ebfe72a1-6b3a-40f3-8f39-b15d6589f6b6</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>26474544-c98a-4f63-91e1-beedf44a33ab</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>26474544-c98a-4f63-91e1-beedf44a33ab</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
<TemplateSection>
<Id>ebfe72a1-6b3a-40f3-8f39-b15d6589f6b6</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>26474544-c98a-4f63-91e1-beedf44a33ab</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>26474544-c98a-4f63-91e1-beedf44a33ab</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
</Sections>
<TempId>7fd66d7d-124c-4bdf-8f08-2c77b72c801d</TempId>
<TemplateId>8eb75499-4910-479c-b9db-27a2d3955e8d</TemplateId>
<TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>