GET api/Notifications/Subcontracts/{subcontractId}/Communications/{notificationId}/NotificationDocuments

Get Notification Documents from notification.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
notificationId

integer

Required

subcontractId

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfNotificationDocumentDto
NameDescriptionTypeAdditional information
Data

Collection of NotificationDocumentDto

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.