Xfile API 参考

Xfile API 参考

此API参考是按资源类型组织的。每种资源类型都有一个或多个数据表示形式和一个或多个方法。

资源类型

Event

有关“Event”的详细信息,请参见资源表示页面。

MethodHTTP requestDescription
createPOST /api/xfile/event/创建事件
updatePATCH /api/xfile/event/{id}/更新事件
deleteDELETE /api/xfile/event/{id}/删除事件
listGET /api/xfile/event/返回用户的事件列表
getGET /api/xfile/event/{id}/返回指定事件
newCommentEventGET /api/xfile/event/new-comment-event/返回用户最近被评论过的前10条事件列表。
userEventsGET /api/xfile/event/{uid}/view-list/返回指定用户创建的事件列表。

Plate

有关“Plate”的详细信息,请参见资源表示页面。

MethodHTTP requestDescription
createPOST /api/xfile/plate/创建事件附件
deleteDELETE /api/xfile/plate/{id}/删除事件附件

PlaceAround

有关“PlaceAround”的详细信息,请参见资源表示页面。

Enums

Event.ViewPermission

enum ViewPermission {
  Public = 0,
  Contact = 100,
  Private = 200,
}

Event.Status

enum Status {
  Draft = 0,
  Normal = 100,
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code