GET api/user/segment/portalaccess

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfListOfSegmentResponse
NameDescriptionTypeAdditional information
Data

Collection of SegmentResponse

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "segmentId": "d4e63940-eae8-4c28-8a4e-2192644f251e",
      "segmentName": "sample string 2"
    },
    {
      "segmentId": "d4e63940-eae8-4c28-8a4e-2192644f251e",
      "segmentName": "sample string 2"
    }
  ],
  "message": "sample string 1"
}

application/octet-stream

Sample:
{"data":[{"segmentId":"d4e63940-eae8-4c28-8a4e-2192644f251e","segmentName":"sample string 2"},{"segmentId":"d4e63940-eae8-4c28-8a4e-2192644f251e","segmentName":"sample string 2"}],"message":"sample string 1"}

application/xml, text/xml

Sample:
<ResponseResultOfArrayOfSegmentResponseqwN7bu_PP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Segment.Response">
    <d2p1:SegmentResponse>
      <d2p1:SegmentId>d4e63940-eae8-4c28-8a4e-2192644f251e</d2p1:SegmentId>
      <d2p1:SegmentName>sample string 2</d2p1:SegmentName>
    </d2p1:SegmentResponse>
    <d2p1:SegmentResponse>
      <d2p1:SegmentId>d4e63940-eae8-4c28-8a4e-2192644f251e</d2p1:SegmentId>
      <d2p1:SegmentName>sample string 2</d2p1:SegmentName>
    </d2p1:SegmentResponse>
  </Data>
  <Message>sample string 1</Message>
</ResponseResultOfArrayOfSegmentResponseqwN7bu_PP>