POST api/v1/code-list-system/{entity}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entity

string

Required

Body Parameters

SearchBody
NameDescriptionTypeAdditional information
fulltext

string

None.

filter

string

None.

password

string

None.

fields

Collection of string

None.

page

integer

None.

id

integer

None.

deleted

boolean

None.

per_page

integer

None.

view_mode

integer

None.

sort_fields

string

None.

stop_top

boolean

None.

tmp

boolean

None.

columns

Collection of TitleName

None.

sort_fields_desc

string

None.

disable_count

boolean

None.

date_from

date

None.

date_to

date

None.

view_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fulltext": "sample string 1",
  "filter": "sample string 2",
  "password": "sample string 3",
  "fields": [
    "sample string 1",
    "sample string 2"
  ],
  "page": 1,
  "id": 4,
  "deleted": true,
  "per_page": 1,
  "view_mode": 1,
  "sort_fields": "sample string 5",
  "stop_top": true,
  "tmp": true,
  "columns": [
    {
      "title": "sample string 1",
      "name": "sample string 2",
      "width": 1
    },
    {
      "title": "sample string 1",
      "name": "sample string 2",
      "width": 1
    }
  ],
  "sort_fields_desc": "sample string 8",
  "disable_count": true,
  "date_from": "2024-07-27T08:05:40Z",
  "date_to": "2024-07-27T08:05:40Z",
  "view_name": "sample string 10"
}

application/xml, text/xml

Sample:
<SearchBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">
  <columns>
    <TitleName>
      <name>sample string 2</name>
      <title>sample string 1</title>
      <width>1</width>
    </TitleName>
    <TitleName>
      <name>sample string 2</name>
      <title>sample string 1</title>
      <width>1</width>
    </TitleName>
  </columns>
  <date_from>2024-07-27T10:05:40.8383312+02:00</date_from>
  <date_to>2024-07-27T10:05:40.8383312+02:00</date_to>
  <deleted>true</deleted>
  <disable_count>true</disable_count>
  <fields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </fields>
  <filter>sample string 2</filter>
  <fulltext>sample string 1</fulltext>
  <id>4</id>
  <page>1</page>
  <password>sample string 3</password>
  <per_page>1</per_page>
  <sort_fields>sample string 5</sort_fields>
  <sort_fields_desc>sample string 8</sort_fields_desc>
  <stop_top>true</stop_top>
  <tmp>true</tmp>
  <view_mode>1</view_mode>
  <view_name>sample string 10</view_name>
</SearchBody>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PaginationResponseOfCodeListSystem
NameDescriptionTypeAdditional information
data

Collection of CodeListSystem

Required

pagination

Pagination

Required

structure

Collection of StructureItem

Required

format_conditions

Collection of Object

Required

message

string

Required

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "id": 1,
      "name": "sample string 2",
      "code": "sample string 3"
    },
    {
      "id": 1,
      "name": "sample string 2",
      "code": "sample string 3"
    }
  ],
  "pagination": {
    "object_count": 1,
    "page": 1,
    "per_page": 1
  },
  "structure": [
    {
      "name": "sample string 1",
      "title": "sample string 2",
      "width": 3,
      "show": true,
      "format": "sample string 5",
      "text_align": 6,
      "items": [
        {},
        {}
      ],
      "filter": "sample string 7",
      "type": "sample string 8",
      "order_number": 9
    },
    {
      "name": "sample string 1",
      "title": "sample string 2",
      "width": 3,
      "show": true,
      "format": "sample string 5",
      "text_align": 6,
      "items": [
        {},
        {}
      ],
      "filter": "sample string 7",
      "type": "sample string 8",
      "order_number": 9
    }
  ],
  "format_conditions": [
    {},
    {}
  ],
  "message": "sample string 1"
}

application/xml, text/xml

Sample:
<PaginationResponseOfCodeListSystemFBCW68op xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
    <d2p1:CodeListSystem>
      <d2p1:code>sample string 3</d2p1:code>
      <d2p1:id>1</d2p1:id>
      <d2p1:name>sample string 2</d2p1:name>
    </d2p1:CodeListSystem>
    <d2p1:CodeListSystem>
      <d2p1:code>sample string 3</d2p1:code>
      <d2p1:id>1</d2p1:id>
      <d2p1:name>sample string 2</d2p1:name>
    </d2p1:CodeListSystem>
  </data>
  <format_conditions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </format_conditions>
  <message>sample string 1</message>
  <pagination>
    <object_count>1</object_count>
    <page>1</page>
    <per_page>1</per_page>
  </pagination>
  <structure>
    <StructureItem>
      <filter>sample string 7</filter>
      <format>sample string 5</format>
      <items xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </items>
      <name>sample string 1</name>
      <order_number>9</order_number>
      <show>true</show>
      <text_align>6</text_align>
      <title>sample string 2</title>
      <type>sample string 8</type>
      <width>3</width>
    </StructureItem>
    <StructureItem>
      <filter>sample string 7</filter>
      <format>sample string 5</format>
      <items xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </items>
      <name>sample string 1</name>
      <order_number>9</order_number>
      <show>true</show>
      <text_align>6</text_align>
      <title>sample string 2</title>
      <type>sample string 8</type>
      <width>3</width>
    </StructureItem>
  </structure>
</PaginationResponseOfCodeListSystemFBCW68op>