GET api/Subcontracts/{subcontractId}/Npa/{npaId}/Versions
Obtiene el listado de versiones de una NPA. Gets the list of versions for an NPA.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId |
Identificador del subcontrato. Subcontract identifier. |
integer |
Required |
| npaId |
Identificador de la NPA. NPA identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Resultado HTTP con el listado de versiones envuelto en un . HTTP result containing the versions list wrapped in an .
ApiDataResultOfIPagedListOfNpaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | IPagedListOfNpaDto |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.