GET {version}/GetCallSheetTemplateDetails?id={id}

Get Call Sheet Template Details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Get Call Sheet Template Details

CallSheetTemplate
NameDescriptionTypeAdditional 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": "a7a9eba8-9b50-4370-810f-cd9ac139770f",
  "TempId": "a12add83-5750-4105-bd18-2af1b34cc52f",
  "TemplateName": "sample string 3",
  "OutputFormat": "sample string 4",
  "LastModifiedBy": "sample string 5",
  "LastModifiedOn": "sample string 6",
  "Sections": [
    {
      "Id": "e82b372d-ce5a-45d6-a997-f4824b57519b",
      "Name": "sample string 2",
      "Order": 3,
      "Include": true,
      "Options": [
        {
          "Id": "3194ef8b-6293-49a0-9e4e-6625912dda6a",
          "Value": "sample string 2",
          "Name": "sample string 3"
        },
        {
          "Id": "3194ef8b-6293-49a0-9e4e-6625912dda6a",
          "Value": "sample string 2",
          "Name": "sample string 3"
        }
      ]
    },
    {
      "Id": "e82b372d-ce5a-45d6-a997-f4824b57519b",
      "Name": "sample string 2",
      "Order": 3,
      "Include": true,
      "Options": [
        {
          "Id": "3194ef8b-6293-49a0-9e4e-6625912dda6a",
          "Value": "sample string 2",
          "Name": "sample string 3"
        },
        {
          "Id": "3194ef8b-6293-49a0-9e4e-6625912dda6a",
          "Value": "sample string 2",
          "Name": "sample string 3"
        }
      ]
    }
  ],
  "HeaderImage": {
    "Id": "5da8dd8c-88ab-4ea6-9a1f-663d1188c604",
    "Name": "sample string 2",
    "DatabaseId": "ed2ddfd5-4963-4c64-ad7f-a55a999381a1",
    "FileCMURL": "FileManager/FileHandler.ashx?Id=5da8dd8c-88ab-4ea6-9a1f-663d1188c604&DbId=ed2ddfd5-4963-4c64-ad7f-a55a999381a1",
    "FileURL": "sample string 4",
    "FileData": "sample string 5",
    "Createdon": "sample string 6",
    "FileContent": "QEA=",
    "Deleted": true,
    "MimeType": "sample string 8",
    "FolderId": "17e9212a-0508-4164-a7a1-31dd02076f84"
  }
}

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>ed2ddfd5-4963-4c64-ad7f-a55a999381a1</DatabaseId>
    <Deleted>true</Deleted>
    <FileContent>QEA=</FileContent>
    <FileData>sample string 5</FileData>
    <FileURL>sample string 4</FileURL>
    <FolderId>17e9212a-0508-4164-a7a1-31dd02076f84</FolderId>
    <Id>5da8dd8c-88ab-4ea6-9a1f-663d1188c604</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>e82b372d-ce5a-45d6-a997-f4824b57519b</Id>
      <Include>true</Include>
      <Name>sample string 2</Name>
      <Options>
        <SectionConfiguration>
          <Id>3194ef8b-6293-49a0-9e4e-6625912dda6a</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
        <SectionConfiguration>
          <Id>3194ef8b-6293-49a0-9e4e-6625912dda6a</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
      </Options>
      <Order>3</Order>
    </TemplateSection>
    <TemplateSection>
      <Id>e82b372d-ce5a-45d6-a997-f4824b57519b</Id>
      <Include>true</Include>
      <Name>sample string 2</Name>
      <Options>
        <SectionConfiguration>
          <Id>3194ef8b-6293-49a0-9e4e-6625912dda6a</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
        <SectionConfiguration>
          <Id>3194ef8b-6293-49a0-9e4e-6625912dda6a</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
      </Options>
      <Order>3</Order>
    </TemplateSection>
  </Sections>
  <TempId>a12add83-5750-4105-bd18-2af1b34cc52f</TempId>
  <TemplateId>a7a9eba8-9b50-4370-810f-cd9ac139770f</TemplateId>
  <TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>