Get capacity categories of activity
get
/rest/ofscCore/v1/activities/{activityId}/capacityCategories
This operation returns capacity categories of the specified activity.
Request
Path Parameters
-
activityId(required): integer
The unique identifier of the activity in Oracle Field Service.
Response
Supported Media Types
- application/json
200 Response
This section describes the 200 status response for this operation.
Root Schema : Capacity categories
Type:
objectTitle:
Capacity categoriesThe collection of capacity categories. It is not returned for an empty collection.
Show Source
-
items:
array Items
Title:
ItemsThe collection of capacity categories. -
totalResults:
integer
Title:
Total ResultsThe total number of capacity categories records in the collection.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe collection of capacity categories.
Show Source
-
Array of:
object Capacity category
Title:
Capacity categoryThe capacity category of activity.
Nested Schema : Capacity category
Type:
objectTitle:
Capacity categoryThe capacity category of activity.
Show Source
-
capacityCategory:
string
Title:
LabelMinimum Length:1Maximum Length:40The label of the capacity category.
Default Response
This section describes the default error response for this operation.
Root Schema : Error
Type:
Show Source
object-
detail:
string
The detailed description of this error.
-
status:
string
The HTTP status code of this error.
-
title(required):
string
The brief description of this error.
-
type(required):
string
The URL of the web page containing more details about this error.