Marketplace Offering User Roles
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-offering-user-roles/ |
List Marketplace Offering User Roles |
| GET | /api/marketplace-offering-user-roles/{uuid}/ |
Retrieve |
| POST | /api/marketplace-offering-user-roles/ |
Create |
| PUT | /api/marketplace-offering-user-roles/{uuid}/ |
Update |
| PATCH | /api/marketplace-offering-user-roles/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-offering-user-roles/{uuid}/ |
Delete |
List Marketplace Offering User Roles
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_offering_user_roles_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
offering |
string | |
offering_slug |
array | Multiple values may be separated by commas. |
offering_uuid |
array | Multiple values may be separated by commas. |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
parent_offering_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
name |
string |
uuid |
string (uuid) |
offering |
string (uri) |
offering_uuid |
string (uuid) |
offering_name |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_offering_user_roles_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
name |
string |
uuid |
string (uuid) |
offering |
string (uri) |
offering_uuid |
string (uuid) |
offering_name |
string |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
OfferingUserRoleRequest - API Source:
marketplace_offering_user_roles_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
offering |
string (uri) | ✓ |
201 -
| Field | Type |
|---|---|
name |
string |
uuid |
string (uuid) |
offering |
string (uri) |
offering_uuid |
string (uuid) |
offering_name |
string |
Update
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
OfferingUserRoleRequest - API Source:
marketplace_offering_user_roles_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
offering |
string (uri) | ✓ |
200 -
| Field | Type |
|---|---|
name |
string |
uuid |
string (uuid) |
offering |
string (uri) |
offering_uuid |
string (uuid) |
offering_name |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedOfferingUserRoleRequest - API Source:
marketplace_offering_user_roles_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | |
offering |
string (uri) |
200 -
| Field | Type |
|---|---|
name |
string |
uuid |
string (uuid) |
offering |
string (uri) |
offering_uuid |
string (uuid) |
offering_name |
string |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_offering_user_roles_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body