Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The getPersonCredits operation can be used to retrieve information about a specific EBF creditEBF credits of a person, using one of the identifiers.
Note: eduUID is the “uid” value of the getEduprofile response.

Authentication

Name

Type

Cardinality

authHeader

authHeader

1...1

Source

Code Block
<urn:authHeader>
	<urn:loginHeader>
  		<urn:username>?</urn:username>
  		<urn:password>?</urn:password>
	</urn:loginHeader>
</urn:authHeader>

...

The getSchoolCredits operation can be used to retrieve information about a specific IBF creditIBF credits of a school.

Authentication

Name

Type

Cardinality

authHeader

authHeader

1...1

Source

Code Block
<urn:authHeader>
	<urn:loginHeader>
  		<urn:username>?</urn:username>
  		<urn:password>?</urn:password>
	</urn:loginHeader>
</urn:authHeader>

...