POST api/DocumentsChecklist/Search

Request Information

URI Parameters

None.

Body Parameters

SearchQueryParamsDTO
NameDescriptionTypeAdditional information
take

integer

None.

skip

integer

None.

sort_direction

string

None.

sort_type

string

None.

ref_cb

string

None.

ref_mb

string

None.

ref_ct

string

None.

ref_ds

string

None.

ref_sc

string

None.

ref_dl

string

None.

ref_tags

Collection of SearchQueryParamsTagDTO

None.

search

string

None.

show_my

boolean

None.

show_my_shared

boolean

None.

show_shared

boolean

None.

show_active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "take": 1,
  "skip": 2,
  "sort_direction": "sample string 3",
  "sort_type": "sample string 4",
  "ref_cb": "sample string 5",
  "ref_mb": "sample string 6",
  "ref_ct": "sample string 7",
  "ref_ds": "sample string 8",
  "ref_sc": "sample string 9",
  "ref_dl": "sample string 10",
  "ref_tags": [
    {
      "s": "sample string 1"
    },
    {
      "s": "sample string 1"
    }
  ],
  "search": "sample string 11",
  "show_my": true,
  "show_my_shared": true,
  "show_shared": true,
  "show_active": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.