Get Catalog Items Using GET

Get Catalog Items Using GET

Returns a paginated list of catalog items.

Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/catalog/api/admin/items
COPY
Query Parameters
integer
page
Optional

Results page you want to retrieve (0..N)

string
projectId
Optional

projectId

string
search
Optional

search

integer
size
Optional

Number of records per page.

size example
20
string of array
sort
Optional

Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

string of array
sourceIds
Optional

sourceIds

string of array
types
Optional

types


Responses
200

OK

Returns CatalogItem of type(s) */*
{
    "createdAt": "string",
    "createdBy": "string",
    "description": "string",
    "iconId": "string",
    "id": "string",
    "lastUpdatedAt": "string",
    "lastUpdatedBy": "string",
    "name": "string",
    "projectIds": [
        "string"
    ],
    "projects": [
        {
            "id": "string",
            "link": "string",
            "name": "string"
        }
    ],
    "sourceId": "string",
    "sourceName": "string",
    "type": {
        "id": "string",
        "link": "string",
        "name": "string"
    }
}
string As date-time As date-time
createdAt
Optional

Creation time

string
createdBy
Optional

Created By

string
description
Optional

CatalogItem description

string As uuid As uuid
iconId
Optional

Icon ID

string As uuid As uuid
id
Required

CatalogItem id

string As date-time As date-time
lastUpdatedAt
Optional

Update time

string
lastUpdatedBy
Optional

Updated By

string
name
Required

CatalogItem name

array of string
projectIds
Required

Associated project IDs that can be used for requesting

projects
Optional

Associated projects that can be used for requesting

object
schema
Optional

Json schema describing request parameters, a simplified version of http://json-schema.org/latest/json-schema-validation.html#rfc.section.5

string As uuid As uuid
sourceId
Optional

LibraryItem source ID.

string
sourceName
Optional

LibraryItem source name.

type
Required

type


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure