v11

latestSwagger 2.0raw.githubusercontent.com2022-10-03168148314.0 KB

Lists all of the user's applications.

get/apps/

Query parameters

skipinteger

The number of entries to skip. Default value is 0.

takeinteger

The number of entries to return. Maximum page size is 500. Default is 100.

Response

A list of the user applications.

idstring uuid

The ID (GUID) of the application.

namestring

The name of the application.

descriptionstring

The description of the application.

culturestring

The culture of the application. For example, "en-us".

usageScenariostring

Defines the scenario for the new application. Optional. For example, IoT.

domainstring

The domain for the new application. Optional. For example, Comics.

versionsCountinteger

Amount of model versions within the application.

createdDateTimestring

The version's creation timestamp.

endpointsobject

The Runtime endpoint URL for this model version.

endpointHitsCountinteger

Number of calls made to this endpoint.

activeVersionstring

The version ID currently marked as active.