GET api/Dados/Getpro_profile_detail?_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_profile_detail
NameDescriptionTypeAdditional information
id

integer

None.

profile_id

integer

None.

profile_main_option_Id

integer

None.

profile_det_option_id

integer

None.

profile_main_option_link

string

None.

List_options

Collection of cEntity_pro_profile_detail2

None.

profile_access

integer

None.

profile_has_access

integer

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "profile_id": 2,
    "profile_main_option_Id": 3,
    "profile_det_option_id": 4,
    "profile_main_option_link": "sample string 5",
    "List_options": [
      {
        "id": 1,
        "profile_main_id": 2,
        "profile_access": 3,
        "_Action": "sample string 4",
        "hasError": true,
        "hasErrorMessage": "sample string 6",
        "_SendCredentials": "sample string 7"
      },
      {
        "id": 1,
        "profile_main_id": 2,
        "profile_access": 3,
        "_Action": "sample string 4",
        "hasError": true,
        "hasErrorMessage": "sample string 6",
        "_SendCredentials": "sample string 7"
      }
    ],
    "profile_access": 6,
    "profile_has_access": 7,
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  },
  {
    "id": 1,
    "profile_id": 2,
    "profile_main_option_Id": 3,
    "profile_det_option_id": 4,
    "profile_main_option_link": "sample string 5",
    "List_options": [
      {
        "id": 1,
        "profile_main_id": 2,
        "profile_access": 3,
        "_Action": "sample string 4",
        "hasError": true,
        "hasErrorMessage": "sample string 6",
        "_SendCredentials": "sample string 7"
      },
      {
        "id": 1,
        "profile_main_id": 2,
        "profile_access": 3,
        "_Action": "sample string 4",
        "hasError": true,
        "hasErrorMessage": "sample string 6",
        "_SendCredentials": "sample string 7"
      }
    ],
    "profile_access": 6,
    "profile_has_access": 7,
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntity_pro_profile_detail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_profile_detail>
    <List_options>
      <cTables.cEntity_pro_profile_detail2>
        <_Action>sample string 4</_Action>
        <_SendCredentials>sample string 7</_SendCredentials>
        <hasError>true</hasError>
        <hasErrorMessage>sample string 6</hasErrorMessage>
        <id>1</id>
        <profile_access>3</profile_access>
        <profile_main_id>2</profile_main_id>
      </cTables.cEntity_pro_profile_detail2>
      <cTables.cEntity_pro_profile_detail2>
        <_Action>sample string 4</_Action>
        <_SendCredentials>sample string 7</_SendCredentials>
        <hasError>true</hasError>
        <hasErrorMessage>sample string 6</hasErrorMessage>
        <id>1</id>
        <profile_access>3</profile_access>
        <profile_main_id>2</profile_main_id>
      </cTables.cEntity_pro_profile_detail2>
    </List_options>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
    <profile_access>6</profile_access>
    <profile_det_option_id>4</profile_det_option_id>
    <profile_has_access>7</profile_has_access>
    <profile_id>2</profile_id>
    <profile_main_option_Id>3</profile_main_option_Id>
    <profile_main_option_link>sample string 5</profile_main_option_link>
  </cTables.cEntity_pro_profile_detail>
  <cTables.cEntity_pro_profile_detail>
    <List_options>
      <cTables.cEntity_pro_profile_detail2>
        <_Action>sample string 4</_Action>
        <_SendCredentials>sample string 7</_SendCredentials>
        <hasError>true</hasError>
        <hasErrorMessage>sample string 6</hasErrorMessage>
        <id>1</id>
        <profile_access>3</profile_access>
        <profile_main_id>2</profile_main_id>
      </cTables.cEntity_pro_profile_detail2>
      <cTables.cEntity_pro_profile_detail2>
        <_Action>sample string 4</_Action>
        <_SendCredentials>sample string 7</_SendCredentials>
        <hasError>true</hasError>
        <hasErrorMessage>sample string 6</hasErrorMessage>
        <id>1</id>
        <profile_access>3</profile_access>
        <profile_main_id>2</profile_main_id>
      </cTables.cEntity_pro_profile_detail2>
    </List_options>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
    <profile_access>6</profile_access>
    <profile_det_option_id>4</profile_det_option_id>
    <profile_has_access>7</profile_has_access>
    <profile_id>2</profile_id>
    <profile_main_option_Id>3</profile_main_option_Id>
    <profile_main_option_link>sample string 5</profile_main_option_link>
  </cTables.cEntity_pro_profile_detail>
</ArrayOfcTables.cEntity_pro_profile_detail>