Skip to main content
GET
/
powerpath
/
course-sequence
/
active
/
stages
/
hole-filling
/
learning-app-id
Get a hole-filling app id
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/course-sequence/active/stages/hole-filling/learning-app-id \
  --header 'Authorization: Bearer <token>'
{
  "learningAppId": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

grade
enum<string>
required
Available options:
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
subject
enum<string>
required
Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other

Response

Learning App Id

learningAppId
string
required