Marketplace Offering Terms Of Service
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-offering-terms-of-service/ |
List Marketplace Offering Terms Of Service |
| GET | /api/marketplace-offering-terms-of-service/{uuid}/ |
Retrieve |
| POST | /api/marketplace-offering-terms-of-service/ |
Create |
| PUT | /api/marketplace-offering-terms-of-service/{uuid}/ |
Update |
| PATCH | /api/marketplace-offering-terms-of-service/{uuid}/ |
Partial Update |
| DELETE | /api/marketplace-offering-terms-of-service/{uuid}/ |
Delete |
List Marketplace Offering Terms Of Service
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_offering_terms_of_service_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
is_active |
boolean | |
o |
array | Ordering |
offering |
string | |
offering_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
requires_reconsent |
boolean | |
version |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
terms_of_service |
string | |
terms_of_service_link |
string (uri) | |
version |
string | |
is_active |
boolean | |
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
user_consent |
any | |
has_user_consent |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_offering_terms_of_service_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
terms_of_service |
string | |
terms_of_service_link |
string (uri) | |
version |
string | |
is_active |
boolean | |
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
user_consent |
any | |
has_user_consent |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Create
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
OfferingTermsOfServiceCreateRequest - API Source:
marketplace_offering_terms_of_service_create
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required | Description |
|---|---|---|---|
offering |
string (uri) | ✓ | |
terms_of_service |
string | ||
terms_of_service_link |
string (uri) | ||
version |
string | ||
is_active |
boolean | ||
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. | |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
201 -
| Field | Type | Description |
|---|---|---|
offering |
string (uri) | |
terms_of_service |
string | |
terms_of_service_link |
string (uri) | |
version |
string | |
is_active |
boolean | |
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
OfferingTermsOfServiceRequest - API Source:
marketplace_offering_terms_of_service_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
terms_of_service |
string | ||
terms_of_service_link |
string (uri) | ||
is_active |
boolean | ||
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
terms_of_service |
string | |
terms_of_service_link |
string (uri) | |
version |
string | |
is_active |
boolean | |
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
user_consent |
any | |
has_user_consent |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedOfferingTermsOfServiceRequest - API Source:
marketplace_offering_terms_of_service_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
terms_of_service |
string | ||
terms_of_service_link |
string (uri) | ||
is_active |
boolean | ||
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
offering_uuid |
string (uuid) | |
offering_name |
string | |
terms_of_service |
string | |
terms_of_service_link |
string (uri) | |
version |
string | |
is_active |
boolean | |
requires_reconsent |
boolean | If True, user will be asked to re-consent to the terms of service when the terms of service are updated. |
grace_period_days |
integer | Number of days before outdated consents are automatically revoked. Only applies when requires_reconsent=True. |
user_consent |
any | |
has_user_consent |
boolean | |
created |
string (date-time) | |
modified |
string (date-time) |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_offering_terms_of_service_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body