GET api/Programs/GetAllVersionByCountryCode/{session}?programCode={programCode}&countryCode={countryCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
session

programCode

countryCode

Body Parameters

None.

Response Information

Resource Description

Collection of Program
NameDescriptionTypeAdditional information
ProgramId

ProgramCode

ProgramName

Build

Countrycode

canDeploy

FieldId

IsReleased

FormerId

ReleaseDate

Response Formats

application/json, text/json

Sample:
[
  {
    "ProgramId": 1,
    "ProgramCode": "sample string 2",
    "ProgramName": "sample string 3",
    "Build": 4,
    "Countrycode": "sample string 5",
    "canDeploy": 6,
    "FieldId": "sample string 7",
    "IsReleased": 8,
    "FormerId": 9,
    "ReleaseDate": "2026-06-09T11:06:57.3183548+09:00"
  },
  {
    "ProgramId": 1,
    "ProgramCode": "sample string 2",
    "ProgramName": "sample string 3",
    "Build": 4,
    "Countrycode": "sample string 5",
    "canDeploy": 6,
    "FieldId": "sample string 7",
    "IsReleased": 8,
    "FormerId": 9,
    "ReleaseDate": "2026-06-09T11:06:57.3183548+09:00"
  }
]

text/html

Sample:
[{"ProgramId":1,"ProgramCode":"sample string 2","ProgramName":"sample string 3","Build":4,"Countrycode":"sample string 5","canDeploy":6,"FieldId":"sample string 7","IsReleased":8,"FormerId":9,"ReleaseDate":"2026-06-09T11:06:57.3183548+09:00"},{"ProgramId":1,"ProgramCode":"sample string 2","ProgramName":"sample string 3","Build":4,"Countrycode":"sample string 5","canDeploy":6,"FieldId":"sample string 7","IsReleased":8,"FormerId":9,"ReleaseDate":"2026-06-09T11:06:57.3183548+09:00"}]

application/xml, text/xml

Sample:
<ArrayOfProgram xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WASASP">
  <Program>
    <Build>4</Build>
    <Countrycode>sample string 5</Countrycode>
    <FieldId>sample string 7</FieldId>
    <FormerId>9</FormerId>
    <IsReleased>8</IsReleased>
    <ProgramCode>sample string 2</ProgramCode>
    <ProgramId>1</ProgramId>
    <ProgramName>sample string 3</ProgramName>
    <ReleaseDate>2026-06-09T11:06:57.3183548+09:00</ReleaseDate>
    <canDeploy>6</canDeploy>
  </Program>
  <Program>
    <Build>4</Build>
    <Countrycode>sample string 5</Countrycode>
    <FieldId>sample string 7</FieldId>
    <FormerId>9</FormerId>
    <IsReleased>8</IsReleased>
    <ProgramCode>sample string 2</ProgramCode>
    <ProgramId>1</ProgramId>
    <ProgramName>sample string 3</ProgramName>
    <ReleaseDate>2026-06-09T11:06:57.3183548+09:00</ReleaseDate>
    <canDeploy>6</canDeploy>
  </Program>
</ArrayOfProgram>