-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
layout: api | ||
title: Accreditation API | ||
breadcrumb: Accreditation | ||
api_docs: https://api.worldskills.org/accreditation/swagger.json | ||
--- | ||
|
||
<div class="page-header"> | ||
<h1>Accreditation <small>WorldSkills API</small></h1> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-3 sidebar" role="navigation"> | ||
|
||
<ul class="list-unstyled" data-spy="affix" | ||
data-offset-top="264"> | ||
<li class="active"><a href="#description">Description</a></li> | ||
</ul> | ||
|
||
</div> | ||
<div class="col-md-9" id="description"> | ||
|
||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2 id="responsibilities">Responsibilities</h2> | ||
<p>This API is responsible for managing accreditation data for a WorldSkills event.</p> | ||
|
||
<h2>Authentication</h2> | ||
<p>If the resource requires authorization, a Bearer access token needs to be sent with the Authorization header:</p> | ||
<pre><code>GET /accreditation HTTP/1.1 | ||
Authorization: Bearer ABCD-EFGH-1234-5678</code></pre> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2 id="key-concepts">Key Concepts</h2> | ||
|
||
<p>Zones define certain areas or services to which people can have access to. An accreditation can have multiple zones.</p> | ||
|
||
<p>Delegate types are used to categorize People - each delegate type has a certain color and default zones. A delegate type might be called "sub-category" in the accreditation matrix.</p> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<hr /> | ||
|
||
<div id="api"> | ||
<p>Loading API reference…</p> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters