GET api/Communication/{id}?stakeholderId={stakeholderId}&contactGroupId={contactGroupId}&itemId={itemId}&emailLogId={emailLogId}&projectId={projectId}&programId={programId}&applicationId={applicationId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

stakeholderId
No documentation available.

Define this parameter in the request URI.

contactGroupId
No documentation available.

Define this parameter in the request URI.

itemId
No documentation available.

Define this parameter in the request URI.

emailLogId
No documentation available.

Define this parameter in the request URI.

projectId
No documentation available.

Define this parameter in the request URI.

programId
No documentation available.

Define this parameter in the request URI.

applicationId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Validation": {
    "$id": "2",
    "SuccessOutput": {
      "$id": "3"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "4",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "5",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "6",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "7",
      "$values": [
        {
          "$id": "8",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "8"
        },
        {
          "$ref": "8"
        }
      ]
    },
    "Positions": {
      "$id": "9",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}