GET {version}/GetCallSheetTemplates
Get Call Sheet Templates
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Call Sheet Templates
Collection of 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": "49798937-7003-42ac-a375-3cd1ec62aed9", "TempId": "3ded2113-51cc-4163-bd7f-d825a6bf59dc", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5", "Name": "sample string 2", "DatabaseId": "a48ae742-65a7-4bc3-8287-27be8c0b6741", "FileCMURL": "FileManager/FileHandler.ashx?Id=4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5&DbId=a48ae742-65a7-4bc3-8287-27be8c0b6741", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "00cb66e6-9f0b-40a6-beb1-1e9f26fa5c7b" } }, { "TemplateId": "49798937-7003-42ac-a375-3cd1ec62aed9", "TempId": "3ded2113-51cc-4163-bd7f-d825a6bf59dc", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "b4994c23-2574-4f4d-9b2a-b79094c217fd", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5", "Name": "sample string 2", "DatabaseId": "a48ae742-65a7-4bc3-8287-27be8c0b6741", "FileCMURL": "FileManager/FileHandler.ashx?Id=4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5&DbId=a48ae742-65a7-4bc3-8287-27be8c0b6741", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "00cb66e6-9f0b-40a6-beb1-1e9f26fa5c7b" } } ]
application/xml, text/xml
Sample:
<ArrayOfCallSheetTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CallSheetTemplate> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>a48ae742-65a7-4bc3-8287-27be8c0b6741</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>00cb66e6-9f0b-40a6-beb1-1e9f26fa5c7b</FolderId> <Id>4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5</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>fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>3ded2113-51cc-4163-bd7f-d825a6bf59dc</TempId> <TemplateId>49798937-7003-42ac-a375-3cd1ec62aed9</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> <CallSheetTemplate> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>a48ae742-65a7-4bc3-8287-27be8c0b6741</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>00cb66e6-9f0b-40a6-beb1-1e9f26fa5c7b</FolderId> <Id>4aee13fe-c9f9-4139-a4b3-34bd2bdf55e5</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>fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>fd6b8e61-336e-4a5a-83c2-2dc0aaa30bf8</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>b4994c23-2574-4f4d-9b2a-b79094c217fd</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>3ded2113-51cc-4163-bd7f-d825a6bf59dc</TempId> <TemplateId>49798937-7003-42ac-a375-3cd1ec62aed9</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> </ArrayOfCallSheetTemplate>