GET api/Assinatura
Retorna as assinaturas ativas do usuário assinante
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Assinatura| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| assinante | globally unique identifier |
None. |
|
| softwareid | globally unique identifier |
None. |
|
| ativo | boolean |
None. |
|
| software | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"assinante": "3c65cf12-f4c4-44be-8d7e-b038b90a513f",
"softwareid": "27ed1ca4-6ee3-4f82-a65a-955818efe86c",
"ativo": true,
"software": "sample string 5",
"email": "sample string 6"
},
{
"id": 1,
"assinante": "3c65cf12-f4c4-44be-8d7e-b038b90a513f",
"softwareid": "27ed1ca4-6ee3-4f82-a65a-955818efe86c",
"ativo": true,
"software": "sample string 5",
"email": "sample string 6"
}
]