profile (xml)

ユーザのプロフィールを表示します.ユーザが自分のプロフィールの個々の部分に対してプライバシ設定が可能なため,与えられたユーザに対して返されるプロフィール中の情報は要求しているその人に基づいて適応されます.
RESTful URLs: http://microformats.org/wiki/rest/urls
HTTP response codes as returned by the system:
200 - OK (request is ok and content returned)
201 - CREATED (request created new content, URL and id of content in the header)
204 - NO CONTENT (request is ok but no content to return)
400 - ERROR (general error in the request, probably invalid parameters or data)
401 - UNAUTHORIZED (user authentication required for this request)
403 - FORBIDDEN (authorization required, insufficient privileges, user is already authenticated)
404 - NOT FOUND (resource not found, URL is invalid in some way, id or action are invalid)
405 - METHOD NOT ALLOWED (the method is not supported for this entity type)
406 - NOT ACCEPTABLE (the data format requested is unavailable for this entity type)
500 - INTERNAL SERVER ERROR (general server failure, probably a failure in the provider)
501 - NOT IMPLEMENTED (indicates that a prefix is invalid)

Sample Entity URLs (_id=':ID:') [may not be valid]:

Show Entity URL: GET /profile/:ID: (html) (xml) (json)
Response Code Details: 200 plus data; 404 if not found, 406 if format unavailable
(GET) ユーザのプロフィールを取得します.応答は,プロフィール所有者のプライバシ設定に従って要求を行っている人に適応されます (/profile/USER.xml).

Custom Actions

removeFriend : show (GET) : [/profile/:ID:/removeFriend] (html) (xml) (json)
image : show (GET) : [/profile/:ID:/image] (html) (xml) (json)
ユーザのプロフィール画像を取得します./thumb を付加すると (/profile/USER/image/thumb) サムネイルがあればそれを取得できます.サムネイルがない場合は,メイン画像が返されます./avatar を付加すると (/profile/USER/image/avatar) アバターがあればそれを取得できます.アバターがない場合は,メイン画像が返されます.オプションとして,サイトID URL パラメタを追加すると (/profile/USER/image?siteId={siteid} または /profile/USER/image/thumb?siteId={siteid}) サイト権限を確認することができます.画像のバイナリを返します.画像が存在しないか許可されていない場合はデフォルト画像が返されます.ユーザ (またはオプションのサイト ID ) が無効の場合は 404 を返します.画像が存在する場合は,アップロードされたものか URL のどちらかで必ず画像を返します (システムがどのように設定されているかに依存.プロフィール2 の sakai.properties をご覧下さい) .画像タグの中で のように直接使用することができ,必ず何かが返されます.xml のようなリターン形式を指定しないで下さい.
friendStatus : show (GET) : [/profile/:ID:/friendStatus] (html) (xml) (json)
confirmFriendRequest : show (GET) : [/profile/:ID:/confirmFriendRequest] (html) (xml) (json)
formatted : show (GET) : [/profile/:ID:/formatted] (html) (xml) (json)
unreadMessagesCount : show (GET) : [/profile/:ID:/unreadMessagesCount] (html) (xml) (json)
ユーザに対する未読メッセージ数を返します.ユーザのメッセージ数を見る権限がなければ失敗 (404) を返します.
incomingConnectionRequests : show (GET) : [/profile/:ID:/incomingConnectionRequests] (html) (xml) (json)
ユーザへのコネクションリクエスト一覧を返します.何もなければ空のリストを返し,ユーザコネクションリクエストを見る権限がなかったり,ユーザが正しくなければ失敗 (404) を返します.
requestFriend : show (GET) : [/profile/:ID:/requestFriend] (html) (xml) (json)
outgoingConnectionRequests : show (GET) : [/profile/:ID:/outgoingConnectionRequests] (html) (xml) (json)
ignoreFriendRequest : show (GET) : [/profile/:ID:/ignoreFriendRequest] (html) (xml) (json)
connections : show (GET) : [/profile/:ID:/connections] (html) (xml) (json)
ユーザに対するコネクションリストを返します.何もなければ空のリストを返し,ユーザコネクションを見る権限がなかったり,ユーザが正しくなければ失敗 (404) を返します.

URL Redirects

1)   /profile/{id}/account ==> calculated destination
ユーザエンティティプロバイダへ転送することにより,ユーザアカウントの詳細の取得を許可します

Entity class : org.sakaiproject.profile2.model.UserProfile

Type :: bean
Name Type Status
1) academicProfileUrlstringRead/Write
2) birthdaystringRead/Write
3) birthdayDisplaystringRead/Write
4) businessBiographystringRead/Write
5) companyProfilesjava.util.ListRead/Write
6) coursestringRead/Write
7) dateOfBirthjava.util.DateRead/Write
8) departmentstringRead/Write
9) displayNamestringRead/Write
10) emailstringRead/Write
11) facsimilestringRead/Write
12) favouriteBooksstringRead/Write
13) favouriteMoviesstringRead/Write
14) favouriteQuotesstringRead/Write
15) favouriteTvShowsstringRead/Write
16) homepagestringRead/Write
17) homephonestringRead/Write
18) imageThumbUrlstringRead/Write
19) imageUrlstringRead/Write
20) lockedbooleanRead/Write
21) mobileEmailstringRead/Write
22) mobilephonestringRead/Write
23) nicknamestringRead/Write
24) personalSummarystringRead/Write
25) positionstringRead/Write
26) propsjava.util.MapRead/Write
27) publicationsstringRead/Write
28) receiveReminderbooleanRead/Write
29) roomstringRead/Write
30) schoolstringRead/Write
31) socialInfoorg.sakaiproject.profile2.model.SocialNetworkingInfoRead/Write
32) staffProfilestringRead/Write
33) statusorg.sakaiproject.profile2.model.ProfileStatusRead/Write
34) subjectsstringRead/Write
35) suppressionMailbooleanRead/Write
36) suppressionMail2booleanRead/Write
37) svemailstringRead/Write
38) svfacsimilestringRead/Write
39) svhomepagestringRead/Write
40) svhomephonestringRead/Write
41) svmobileEmailstringRead/Write
42) svmobilephonestringRead/Write
43) svworkphonestringRead/Write
44) universityProfileUrlstringRead/Write
45) userUuidstringRead/Write
46) workphonestringRead/Write

Data and Request Handling

Output formats : html, xml, json
Input formats : No formats allowed
No Access Provider registered for request processing

Capabilities

NameTypeDescription
1CoreEntityProviderorg.sakaiproject.entitybroker.entityprovider.CoreEntityProvider
2EntityProviderorg.sakaiproject.entitybroker.entityprovider.EntityProvider
3ActionsExecutableorg.sakaiproject.entitybroker.entityprovider.capabilities.ActionsExecutable
4AutoRegisterEntityProviderorg.sakaiproject.entitybroker.entityprovider.capabilities.AutoRegisterEntityProvider
5Describeableorg.sakaiproject.entitybroker.entityprovider.capabilities.Describeable
6Outputableorg.sakaiproject.entitybroker.entityprovider.capabilities.Outputable
7Redirectableorg.sakaiproject.entitybroker.entityprovider.capabilities.Redirectable
8RequestAwareorg.sakaiproject.entitybroker.entityprovider.capabilities.RequestAware
9Resolvableorg.sakaiproject.entitybroker.entityprovider.capabilities.Resolvable
10Sampleableorg.sakaiproject.entitybroker.entityprovider.capabilities.Sampleable

REST:: 1.0.1 SVN: $Revision$ : $Date$