Request Information

URI Parameters

NameDescriptionTypeAdditional information
Offset

integer

None.

Filters

Gets or sets the filters.

Dictionary of string [key] and string [value]

None.

Page

Gets or sets the page.

integer

Range: inclusive between 1 and 2147483647

PageSize

Gets or sets the page size.

integer

Range: inclusive between 1 and 2147483647

Sort

Gets or sets sort field.

string

None.

SortDesc

Gets or sets a value indicating whether data is sorted descending.

boolean

None.

Body Parameters

None.

Response Information

Resource Description

A list of provider credentials and total records.

PaginationResultOfPico.ProviderCredential
NameDescriptionTypeAdditional information
data

Collection of Pico.ProviderCredential

None.

meta

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "code": "sample String 1",
      "password": "sample String 2",
      "provider": "sample String 3",
      "type": "sample String 4",
      "userName": "sample String 5",
      "value": "sample String 6",
      "user": "1",
      "organization": "1",
      "id": "7"
    },
    {
      "code": "sample String 1",
      "password": "sample String 2",
      "provider": "sample String 3",
      "type": "sample String 4",
      "userName": "sample String 5",
      "value": "sample String 6",
      "user": "1",
      "organization": "1",
      "id": "7"
    }
  ],
  "meta": {
    "totalRecords": 1
  }
}

text/html

Sample:
{"data":[{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"1","id":"7"},{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"1","id":"7"}],"meta":{"totalRecords":1}}