Methods

  • get - Get resource subtype
  • get - List resource subtypes

Resource

{
    "description": "string",
    "id": "integer",
    "name": "string",
    "type": {
        "description": "string",
        "id": "integer",
        "name": "string"
    }
}

Properties

Name Type Description Additional
description string

Subtype description

Optional
id integer

Subtype ID

Optional, read only.
name string

Subtype name

Optional
type object

Boat type

Optional
type.description string

Type description

Optional
type.id integer

Type ID

Optional, read only.
type.name string

Type name

Optional