GET Templates/ListHiddenTerms/{ID}

Gets the collection of template terms for the specified template.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

The ID of the template

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TemplateTermDTO
NameDescriptionTypeAdditional information
TemplateID

Gets or Sets The ID of the template the term belongs to

globally unique identifier

None.

Template

Gets or Sets The template the term belongs to

TemplateDTO

None.

TermID

Gets or Sets The ID of the Term

globally unique identifier

None.

Term

Gets or Sets The DTO of the term

TermDTO

None.

Allowed

Gets or Sets Whether the term is allowed under the rules of the template

boolean

None.

Section

Gets or Sets Whether the term belongs to the criteria (0) or stratification (1) section

QueryComposerSections

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "TemplateID": "2537dd48-b091-4b8f-a96c-3ab1b7babb9f",
      "Template": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "CreatedByID": "c16e4d12-3d34-4dcc-8f61-11a9050e36a3",
        "CreatedBy": "sample string 3",
        "CreatedOn": "2024-05-13T19:43:50Z",
        "Data": "sample string 5",
        "Type": 1,
        "Notes": "sample string 6",
        "QueryType": 1,
        "ComposerInterface": 0,
        "Order": 7,
        "RequestTypeID": "3e05a06b-9d54-44ff-848c-47d1dfbca8e9",
        "RequestType": "sample string 8",
        "ID": "231cebad-32ef-4fa5-96f3-a32c075f54ca",
        "Timestamp": "QEA="
      },
      "TermID": "a0bbc4e2-a66f-4159-b6c1-94783b49f6b2",
      "Term": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "OID": "sample string 3",
        "ReferenceUrl": "sample string 4",
        "Type": 1,
        "ID": "72490dfb-9f5b-4beb-a3f8-07cdcab611e3",
        "Timestamp": "QEA="
      },
      "Allowed": true,
      "Section": 0
    },
    {
      "TemplateID": "2537dd48-b091-4b8f-a96c-3ab1b7babb9f",
      "Template": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "CreatedByID": "c16e4d12-3d34-4dcc-8f61-11a9050e36a3",
        "CreatedBy": "sample string 3",
        "CreatedOn": "2024-05-13T19:43:50Z",
        "Data": "sample string 5",
        "Type": 1,
        "Notes": "sample string 6",
        "QueryType": 1,
        "ComposerInterface": 0,
        "Order": 7,
        "RequestTypeID": "3e05a06b-9d54-44ff-848c-47d1dfbca8e9",
        "RequestType": "sample string 8",
        "ID": "231cebad-32ef-4fa5-96f3-a32c075f54ca",
        "Timestamp": "QEA="
      },
      "TermID": "a0bbc4e2-a66f-4159-b6c1-94783b49f6b2",
      "Term": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "OID": "sample string 3",
        "ReferenceUrl": "sample string 4",
        "Type": 1,
        "ID": "72490dfb-9f5b-4beb-a3f8-07cdcab611e3",
        "Timestamp": "QEA="
      },
      "Allowed": true,
      "Section": 0
    }
  ]
}

text/javascript

Sample:
{"results":[{"TemplateID":"2537dd48-b091-4b8f-a96c-3ab1b7babb9f","Template":{"Name":"sample string 1","Description":"sample string 2","CreatedByID":"c16e4d12-3d34-4dcc-8f61-11a9050e36a3","CreatedBy":"sample string 3","CreatedOn":"2024-05-13T19:43:50Z","Data":"sample string 5","Type":1,"Notes":"sample string 6","QueryType":1,"ComposerInterface":0,"Order":7,"RequestTypeID":"3e05a06b-9d54-44ff-848c-47d1dfbca8e9","RequestType":"sample string 8","ID":"231cebad-32ef-4fa5-96f3-a32c075f54ca","Timestamp":"QEA="},"TermID":"a0bbc4e2-a66f-4159-b6c1-94783b49f6b2","Term":{"Name":"sample string 1","Description":"sample string 2","OID":"sample string 3","ReferenceUrl":"sample string 4","Type":1,"ID":"72490dfb-9f5b-4beb-a3f8-07cdcab611e3","Timestamp":"QEA="},"Allowed":true,"Section":0},{"TemplateID":"2537dd48-b091-4b8f-a96c-3ab1b7babb9f","Template":{"Name":"sample string 1","Description":"sample string 2","CreatedByID":"c16e4d12-3d34-4dcc-8f61-11a9050e36a3","CreatedBy":"sample string 3","CreatedOn":"2024-05-13T19:43:50Z","Data":"sample string 5","Type":1,"Notes":"sample string 6","QueryType":1,"ComposerInterface":0,"Order":7,"RequestTypeID":"3e05a06b-9d54-44ff-848c-47d1dfbca8e9","RequestType":"sample string 8","ID":"231cebad-32ef-4fa5-96f3-a32c075f54ca","Timestamp":"QEA="},"TermID":"a0bbc4e2-a66f-4159-b6c1-94783b49f6b2","Term":{"Name":"sample string 1","Description":"sample string 2","OID":"sample string 3","ReferenceUrl":"sample string 4","Type":1,"ID":"72490dfb-9f5b-4beb-a3f8-07cdcab611e3","Timestamp":"QEA="},"Allowed":true,"Section":0}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfTemplateTermDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO.QueryComposer">
  <TemplateTermDTO>
    <Allowed>true</Allowed>
    <Section>Criteria</Section>
    <Template xmlns:d3p1="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
      <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">231cebad-32ef-4fa5-96f3-a32c075f54ca</ID>
      <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
      <d3p1:ComposerInterface>FlexibleMenuDrivenQuery</d3p1:ComposerInterface>
      <d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
      <d3p1:CreatedByID>c16e4d12-3d34-4dcc-8f61-11a9050e36a3</d3p1:CreatedByID>
      <d3p1:CreatedOn xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2024-05-13T23:43:50.7407195Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>-240</d4p1:OffsetMinutes>
      </d3p1:CreatedOn>
      <d3p1:Data>sample string 5</d3p1:Data>
      <d3p1:Description>sample string 2</d3p1:Description>
      <d3p1:Name>sample string 1</d3p1:Name>
      <d3p1:Notes>sample string 6</d3p1:Notes>
      <d3p1:Order>7</d3p1:Order>
      <d3p1:QueryType>CenusProjections</d3p1:QueryType>
      <d3p1:RequestType>sample string 8</d3p1:RequestType>
      <d3p1:RequestTypeID>3e05a06b-9d54-44ff-848c-47d1dfbca8e9</d3p1:RequestTypeID>
      <d3p1:Type>Request</d3p1:Type>
    </Template>
    <TemplateID>2537dd48-b091-4b8f-a96c-3ab1b7babb9f</TemplateID>
    <Term xmlns:d3p1="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
      <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">72490dfb-9f5b-4beb-a3f8-07cdcab611e3</ID>
      <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
      <d3p1:Description>sample string 2</d3p1:Description>
      <d3p1:Name>sample string 1</d3p1:Name>
      <d3p1:OID>sample string 3</d3p1:OID>
      <d3p1:ReferenceUrl>sample string 4</d3p1:ReferenceUrl>
      <d3p1:Type>Criteria</d3p1:Type>
    </Term>
    <TermID>a0bbc4e2-a66f-4159-b6c1-94783b49f6b2</TermID>
  </TemplateTermDTO>
  <TemplateTermDTO>
    <Allowed>true</Allowed>
    <Section>Criteria</Section>
    <Template xmlns:d3p1="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
      <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">231cebad-32ef-4fa5-96f3-a32c075f54ca</ID>
      <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
      <d3p1:ComposerInterface>FlexibleMenuDrivenQuery</d3p1:ComposerInterface>
      <d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
      <d3p1:CreatedByID>c16e4d12-3d34-4dcc-8f61-11a9050e36a3</d3p1:CreatedByID>
      <d3p1:CreatedOn xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2024-05-13T23:43:50.7407195Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>-240</d4p1:OffsetMinutes>
      </d3p1:CreatedOn>
      <d3p1:Data>sample string 5</d3p1:Data>
      <d3p1:Description>sample string 2</d3p1:Description>
      <d3p1:Name>sample string 1</d3p1:Name>
      <d3p1:Notes>sample string 6</d3p1:Notes>
      <d3p1:Order>7</d3p1:Order>
      <d3p1:QueryType>CenusProjections</d3p1:QueryType>
      <d3p1:RequestType>sample string 8</d3p1:RequestType>
      <d3p1:RequestTypeID>3e05a06b-9d54-44ff-848c-47d1dfbca8e9</d3p1:RequestTypeID>
      <d3p1:Type>Request</d3p1:Type>
    </Template>
    <TemplateID>2537dd48-b091-4b8f-a96c-3ab1b7babb9f</TemplateID>
    <Term xmlns:d3p1="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
      <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">72490dfb-9f5b-4beb-a3f8-07cdcab611e3</ID>
      <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
      <d3p1:Description>sample string 2</d3p1:Description>
      <d3p1:Name>sample string 1</d3p1:Name>
      <d3p1:OID>sample string 3</d3p1:OID>
      <d3p1:ReferenceUrl>sample string 4</d3p1:ReferenceUrl>
      <d3p1:Type>Criteria</d3p1:Type>
    </Term>
    <TermID>a0bbc4e2-a66f-4159-b6c1-94783b49f6b2</TermID>
  </TemplateTermDTO>
</ArrayOfTemplateTermDTO>