Get all Insight Group Insight Types

get

/api/utilitiesAdmin/{version}/insightGroupInsightTypes

Gets a list of Insight Group Insight Types records.

Request

Path Parameters
Query Parameters
  • This query parameter can be specified to retrieve an expanded version of a particular subresource. Example: ?expand=state where state is a sub resource
  • This query parameter can be specified as comma-separated list of fields, and it returns only the specified fields for the resource. Example: ?fields=description,icon
  • By specifying this query parameter, the number of items returned will be limited to this number. Example: ?limit=10
  • By specifying this query parameter, a subset of records starting with this offset value will be retrieved. Example: ?offset=2
  • This query parameter determines the sort order of results by a field. Example: description:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expression. The value of this query parameter is an expression(Format: ?q=expression). Supported comparison operators are: '=' , '!='. Example1: ?q=description=Electric , Example2: ?q=description!=Electric
  • This query parameter can be specified, to return the total number of items available. Example: ?totalResults=true

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Match One Schema
Show Source
Nested Schema : insightGroupInsightTypesItems
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : insightGroupInsightTypes
Type: object
Show Source

400 Response

An error is encountered due to an invalid request
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

An internal server error is encountered, due to an unknown reason
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top