# Get subscriptions with exclude_fields attribute selector
# Check HTTP Response Status Code Is 200
# Check HTTP Response Body Json Schema Is Subscriptions
PUT subscriptions - Method not implemented
[Documentation]Test ID: 7.3.1.17.11
[Documentation]Test ID: 7.3.1.17.7
...Test title: PUT subscriptions - Method not implemented
...Test objective: The objective is to test that PUT method is not implemented
...Pre-conditions: none
@@ -154,7 +154,7 @@ PUT subscriptions - Method not implemented
Check HTTP Response Status Code Is405
PATCH subscriptions - Method not implemented
[Documentation]Test ID: 7.3.1.17.12
[Documentation]Test ID: 7.3.1.17.8
...Test title: PATCH subscriptions - Method not implemented
...Test objective: The objective is to test that PATCH method is not implemented
...Pre-conditions: none
@@ -166,7 +166,7 @@ PATCH subscriptions - Method not implemented
Check HTTP Response Status Code Is405
DELETE subscriptions - Method not implemented
[Documentation]Test ID: 7.3.1.17.13
[Documentation]Test ID: 7.3.1.17.9
...Test title: DELETE subscriptions - Method not implemented
...Test objective: The objective is to test that DELETE method is not implemented
...Pre-conditions: none
@@ -178,7 +178,7 @@ DELETE subscriptions - Method not implemented
Check HTTP Response Status Code Is405
GET Subscriptions as a Paged Response
[Documentation]Test ID: 7.3.1.17.14
[Documentation]Test ID: 7.3.1.17.10
...Test title: GET Subscriptions as a Paged Response
...Test objective: The objective is Get the list of active subscriptions as a Paged Response.
...Pre-conditions: none
@@ -191,7 +191,7 @@ GET Subscriptions as a Paged Response
Check HTTP Response Header Contain Link
GET subscriptions - Bad Request Response too Big
[Documentation]Test ID: 7.3.1.17.15
[Documentation]Test ID: 7.3.1.17.11
...Test title: GET subscriptions - Bad Request Response too Big
...Test objective: The objective is to test that the retrieval of the list of active subscriptions fails because response is too big. The test also checks the JSON schema of the unsuccessful operation HTTP response.
...Pre-conditions: none
@@ -204,7 +204,7 @@ GET subscriptions - Bad Request Response too Big
Check HTTP Response Body Json Schema IsProblemDetails
POST Create a new Subscription - Unprocessable Entity
[Documentation]Test ID: 7.3.1.17.16
[Documentation]Test ID: 7.3.1.17.12
...Test title: POST Create a new Subscription - Unprocessable Entity
...Test objective: The objective is to test that content type of the payload body is supported and the payload body of a request contains syntactically correct data but the data cannot be processed.