GET api/Assinatura/{id}
Retorna as assinaturas ativas do usuário assinante
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
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": "7a969547-8401-4012-9a66-7b2ed449c7ef",
"softwareid": "ecd81a35-c96f-42c8-a168-f7e6df7f1a78",
"ativo": true,
"software": "sample string 5",
"email": "sample string 6"
},
{
"id": 1,
"assinante": "7a969547-8401-4012-9a66-7b2ed449c7ef",
"softwareid": "ecd81a35-c96f-42c8-a168-f7e6df7f1a78",
"ativo": true,
"software": "sample string 5",
"email": "sample string 6"
}
]