GET api/Subcontracts/{subcontractId}/Certifications/{certificationId}/versions/{certificationVersionId}
Obtiene el detalle de la version de una certificación
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| certificationId | integer |
Required |
|
| certificationVersionId | integer |
Required |
|
| subcontractId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiDataResultOfCertificationVersionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | CertificationVersionDto |
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.