GET api/Dictionaries/Report/Dictionaries/InputOrganize

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InputOrganizeModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

TypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "typeId": 3
  },
  {
    "id": 1,
    "name": "sample string 2",
    "typeId": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfInputOrganizeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Dictionary">
  <InputOrganizeModel>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <TypeId>3</TypeId>
  </InputOrganizeModel>
  <InputOrganizeModel>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <TypeId>3</TypeId>
  </InputOrganizeModel>
</ArrayOfInputOrganizeModel>