GET api/Dictionary/GetByType?typeId={typeId}&sort={sort}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typeId

integer

Required

sort

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Dictionary
NameDescriptionTypeAdditional information
AccountId

integer

None.

Scope

string

None.

Language

string

None.

Type

integer

None.

Key

integer

None.

Value

string

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": 1,
    "Scope": "sample string 2",
    "Language": "sample string 3",
    "Type": 4,
    "Key": 5,
    "Value": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T08:52:09.4680095+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T08:52:09.4680095+00:00",
    "DataStateFlag": "sample string 12"
  },
  {
    "AccountId": 1,
    "Scope": "sample string 2",
    "Language": "sample string 3",
    "Type": 4,
    "Key": 5,
    "Value": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T08:52:09.4680095+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T08:52:09.4680095+00:00",
    "DataStateFlag": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDictionary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.Dictionaries">
  <Dictionary>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:52:09.4680095Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:52:09.4680095Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 8</Status>
    <AccountId>1</AccountId>
    <Key>5</Key>
    <Language>sample string 3</Language>
    <Scope>sample string 2</Scope>
    <Type>4</Type>
    <Value>sample string 6</Value>
  </Dictionary>
  <Dictionary>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:52:09.4680095Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:52:09.4680095Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 8</Status>
    <AccountId>1</AccountId>
    <Key>5</Key>
    <Language>sample string 3</Language>
    <Scope>sample string 2</Scope>
    <Type>4</Type>
    <Value>sample string 6</Value>
  </Dictionary>
</ArrayOfDictionary>