Get information about the attachment that was submitted
GET https://api.company-information.service.gov.uk/transactions/{transaction_id}/insolvency/attachments/{attachment_id}
| Parameter name |
Value |
Description |
Additional |
| transaction_id |
string |
The transaction unique reference
|
Required |
| attachment_id |
string |
The unique attachment id
|
Required |
This request requires the use of one of following authorisation methods:
OAuth2.
For OAuth 2 authorisation, the following scopes are required:
| Scope |
Description |
| https://api.company-information.service.gov.uk/company/*/insolvency.write-full |
Grants full Insolvency Practitioner access |
| https://identity.company-information.service.gov.uk/user/profile.read |
User profile read permission |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code |
Description |
Resource |
| 200 |
OK the attachment resource
|
created attachment |
| 401 |
Unauthorized Unauthorized
|
|
| 404 |
Not Found attachment not found
|
|