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
CallSheetTemplateName | 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": "7a9a490d-7e8e-4804-9226-71e8d5d55b61", "TempId": "0c8f46ff-3b9a-4bdd-b699-c17970b758ca", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "f003007b-328f-4999-af2c-1c5186821506", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "64ffa1c5-25a0-4e5a-9784-92c62d929513", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "64ffa1c5-25a0-4e5a-9784-92c62d929513", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "f003007b-328f-4999-af2c-1c5186821506", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "64ffa1c5-25a0-4e5a-9784-92c62d929513", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "64ffa1c5-25a0-4e5a-9784-92c62d929513", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "f1a4bf53-d244-4fa7-ace4-16a49248af20", "Name": "sample string 2", "DatabaseId": "3e1b90e1-b49c-456e-a6f1-dd8a38693d2c", "FileCMURL": "FileManager/FileHandler.ashx?Id=f1a4bf53-d244-4fa7-ace4-16a49248af20&DbId=3e1b90e1-b49c-456e-a6f1-dd8a38693d2c", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "125ae00c-0cf7-40da-a7e2-7fc89c73953e" } }
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>3e1b90e1-b49c-456e-a6f1-dd8a38693d2c</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>125ae00c-0cf7-40da-a7e2-7fc89c73953e</FolderId> <Id>f1a4bf53-d244-4fa7-ace4-16a49248af20</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>f003007b-328f-4999-af2c-1c5186821506</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>64ffa1c5-25a0-4e5a-9784-92c62d929513</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>64ffa1c5-25a0-4e5a-9784-92c62d929513</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>f003007b-328f-4999-af2c-1c5186821506</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>64ffa1c5-25a0-4e5a-9784-92c62d929513</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>64ffa1c5-25a0-4e5a-9784-92c62d929513</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>0c8f46ff-3b9a-4bdd-b699-c17970b758ca</TempId> <TemplateId>7a9a490d-7e8e-4804-9226-71e8d5d55b61</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate>