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 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": "c2cfdff3-0e51-459b-b328-a26e051b6d1b",
"TempId": "7cd0b203-fb0e-460e-8d9f-6fd50a28f79c",
"TemplateName": "sample string 3",
"OutputFormat": "sample string 4",
"LastModifiedBy": "sample string 5",
"LastModifiedOn": "sample string 6",
"Sections": [
{
"Id": "a31e2459-d64d-49a9-af52-b765378a0313",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
},
{
"Id": "a31e2459-d64d-49a9-af52-b765378a0313",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
}
],
"HeaderImage": {
"Id": "a03edfab-3870-4303-8ed6-dccc721422ab",
"Name": "sample string 2",
"DatabaseId": "1ada1c83-feff-45f1-a30e-ad799e28bc6a",
"FileCMURL": "FileManager/FileHandler.ashx?Id=a03edfab-3870-4303-8ed6-dccc721422ab&DbId=1ada1c83-feff-45f1-a30e-ad799e28bc6a",
"FileURL": "sample string 4",
"FileData": "sample string 5",
"Createdon": "sample string 6",
"FileContent": "QEA=",
"Deleted": true,
"MimeType": "sample string 8",
"FolderId": "4c357ded-d1ad-4391-912f-6b81de5bfa97"
}
},
{
"TemplateId": "c2cfdff3-0e51-459b-b328-a26e051b6d1b",
"TempId": "7cd0b203-fb0e-460e-8d9f-6fd50a28f79c",
"TemplateName": "sample string 3",
"OutputFormat": "sample string 4",
"LastModifiedBy": "sample string 5",
"LastModifiedOn": "sample string 6",
"Sections": [
{
"Id": "a31e2459-d64d-49a9-af52-b765378a0313",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
},
{
"Id": "a31e2459-d64d-49a9-af52-b765378a0313",
"Name": "sample string 2",
"Order": 3,
"Include": true,
"Options": [
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
},
{
"Id": "7cb8be88-b551-4699-bbc0-fbe3cc768d2f",
"Value": "sample string 2",
"Name": "sample string 3"
}
]
}
],
"HeaderImage": {
"Id": "a03edfab-3870-4303-8ed6-dccc721422ab",
"Name": "sample string 2",
"DatabaseId": "1ada1c83-feff-45f1-a30e-ad799e28bc6a",
"FileCMURL": "FileManager/FileHandler.ashx?Id=a03edfab-3870-4303-8ed6-dccc721422ab&DbId=1ada1c83-feff-45f1-a30e-ad799e28bc6a",
"FileURL": "sample string 4",
"FileData": "sample string 5",
"Createdon": "sample string 6",
"FileContent": "QEA=",
"Deleted": true,
"MimeType": "sample string 8",
"FolderId": "4c357ded-d1ad-4391-912f-6b81de5bfa97"
}
}
]
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>1ada1c83-feff-45f1-a30e-ad799e28bc6a</DatabaseId>
<Deleted>true</Deleted>
<FileContent>QEA=</FileContent>
<FileData>sample string 5</FileData>
<FileURL>sample string 4</FileURL>
<FolderId>4c357ded-d1ad-4391-912f-6b81de5bfa97</FolderId>
<Id>a03edfab-3870-4303-8ed6-dccc721422ab</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>a31e2459-d64d-49a9-af52-b765378a0313</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
<TemplateSection>
<Id>a31e2459-d64d-49a9-af52-b765378a0313</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
</Sections>
<TempId>7cd0b203-fb0e-460e-8d9f-6fd50a28f79c</TempId>
<TemplateId>c2cfdff3-0e51-459b-b328-a26e051b6d1b</TemplateId>
<TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>
<CallSheetTemplate>
<HeaderImage>
<Createdon>sample string 6</Createdon>
<DatabaseId>1ada1c83-feff-45f1-a30e-ad799e28bc6a</DatabaseId>
<Deleted>true</Deleted>
<FileContent>QEA=</FileContent>
<FileData>sample string 5</FileData>
<FileURL>sample string 4</FileURL>
<FolderId>4c357ded-d1ad-4391-912f-6b81de5bfa97</FolderId>
<Id>a03edfab-3870-4303-8ed6-dccc721422ab</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>a31e2459-d64d-49a9-af52-b765378a0313</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
<TemplateSection>
<Id>a31e2459-d64d-49a9-af52-b765378a0313</Id>
<Include>true</Include>
<Name>sample string 2</Name>
<Options>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
<SectionConfiguration>
<Id>7cb8be88-b551-4699-bbc0-fbe3cc768d2f</Id>
<Name>sample string 3</Name>
<Value>sample string 2</Value>
</SectionConfiguration>
</Options>
<Order>3</Order>
</TemplateSection>
</Sections>
<TempId>7cd0b203-fb0e-460e-8d9f-6fd50a28f79c</TempId>
<TemplateId>c2cfdff3-0e51-459b-b328-a26e051b6d1b</TemplateId>
<TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>
</ArrayOfCallSheetTemplate>