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 AssinaturaName | 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": "33e17d19-91f9-4fb6-9bf2-f2e925271ffb", "softwareid": "d4eaa97c-ec3f-4922-9f23-11c96f04d67f", "ativo": true, "software": "sample string 5", "email": "sample string 6" }, { "id": 1, "assinante": "33e17d19-91f9-4fb6-9bf2-f2e925271ffb", "softwareid": "d4eaa97c-ec3f-4922-9f23-11c96f04d67f", "ativo": true, "software": "sample string 5", "email": "sample string 6" } ]