GET api/jobs-handover/filter-options
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProjectNationalityFilterOptionModelName | Description | Type | Additional information |
---|---|---|---|
Nationality | Collection of Detail |
None. |
|
Project | Collection of ProjectDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "Nationality": [ { "Id": "sample string 1", "Label": "sample string 2" }, { "Id": "sample string 1", "Label": "sample string 2" } ], "Project": [ { "Unit": [ { "Id": "sample string 1", "Label": "sample string 2", "Type": "sample string 3" }, { "Id": "sample string 1", "Label": "sample string 2", "Type": "sample string 3" } ], "Id": "sample string 1", "Label": "sample string 2" }, { "Unit": [ { "Id": "sample string 1", "Label": "sample string 2", "Type": "sample string 3" }, { "Id": "sample string 1", "Label": "sample string 2", "Type": "sample string 3" } ], "Id": "sample string 1", "Label": "sample string 2" } ] }
application/xml, text/xml
Sample:
<ProjectNationalityFilterOptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.ClientPropertyManagement.API.Models"> <Nationality> <Detail> <Id>sample string 1</Id> <Label>sample string 2</Label> </Detail> <Detail> <Id>sample string 1</Id> <Label>sample string 2</Label> </Detail> </Nationality> <Project> <ProjectDetail> <Id>sample string 1</Id> <Label>sample string 2</Label> <Unit> <DetailType> <Id>sample string 1</Id> <Label>sample string 2</Label> <Type>sample string 3</Type> </DetailType> <DetailType> <Id>sample string 1</Id> <Label>sample string 2</Label> <Type>sample string 3</Type> </DetailType> </Unit> </ProjectDetail> <ProjectDetail> <Id>sample string 1</Id> <Label>sample string 2</Label> <Unit> <DetailType> <Id>sample string 1</Id> <Label>sample string 2</Label> <Type>sample string 3</Type> </DetailType> <DetailType> <Id>sample string 1</Id> <Label>sample string 2</Label> <Type>sample string 3</Type> </DetailType> </Unit> </ProjectDetail> </Project> </ProjectNationalityFilterOptionModel>