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": "c9a4cce7-e358-495d-a432-70cc65172bdf", "TempId": "e781ae1e-a567-4f9a-ab31-faacb9c22739", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "d94531e1-23a4-4245-b01c-ede06da4b4b2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "d94531e1-23a4-4245-b01c-ede06da4b4b2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "76fb6c37-428e-4232-8ed8-60ab767d708f", "Name": "sample string 2", "DatabaseId": "670d0049-aaf2-43f2-a82f-ddea0d0c689a", "FileCMURL": "FileManager/FileHandler.ashx?Id=76fb6c37-428e-4232-8ed8-60ab767d708f&DbId=670d0049-aaf2-43f2-a82f-ddea0d0c689a", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "f0884545-a7f2-427e-9d0b-5d6d328055d8" } }, { "TemplateId": "c9a4cce7-e358-495d-a432-70cc65172bdf", "TempId": "e781ae1e-a567-4f9a-ab31-faacb9c22739", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "d94531e1-23a4-4245-b01c-ede06da4b4b2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "d94531e1-23a4-4245-b01c-ede06da4b4b2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "c7f35736-705e-40d3-abf1-1c70111a4c06", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "76fb6c37-428e-4232-8ed8-60ab767d708f", "Name": "sample string 2", "DatabaseId": "670d0049-aaf2-43f2-a82f-ddea0d0c689a", "FileCMURL": "FileManager/FileHandler.ashx?Id=76fb6c37-428e-4232-8ed8-60ab767d708f&DbId=670d0049-aaf2-43f2-a82f-ddea0d0c689a", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "f0884545-a7f2-427e-9d0b-5d6d328055d8" } } ]
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>670d0049-aaf2-43f2-a82f-ddea0d0c689a</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>f0884545-a7f2-427e-9d0b-5d6d328055d8</FolderId> <Id>76fb6c37-428e-4232-8ed8-60ab767d708f</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>d94531e1-23a4-4245-b01c-ede06da4b4b2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>d94531e1-23a4-4245-b01c-ede06da4b4b2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>e781ae1e-a567-4f9a-ab31-faacb9c22739</TempId> <TemplateId>c9a4cce7-e358-495d-a432-70cc65172bdf</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> <CallSheetTemplate> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>670d0049-aaf2-43f2-a82f-ddea0d0c689a</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>f0884545-a7f2-427e-9d0b-5d6d328055d8</FolderId> <Id>76fb6c37-428e-4232-8ed8-60ab767d708f</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>d94531e1-23a4-4245-b01c-ede06da4b4b2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>d94531e1-23a4-4245-b01c-ede06da4b4b2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>c7f35736-705e-40d3-abf1-1c70111a4c06</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>e781ae1e-a567-4f9a-ab31-faacb9c22739</TempId> <TemplateId>c9a4cce7-e358-495d-a432-70cc65172bdf</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> </ArrayOfCallSheetTemplate>